diff options
-rw-r--r-- | net/ipv4/netfilter/ip_conntrack_helper_h323.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_helper_h323.c b/net/ipv4/netfilter/ip_conntrack_helper_h323.c index 20da6730b860..daeb1395faa4 100644 --- a/net/ipv4/netfilter/ip_conntrack_helper_h323.c +++ b/net/ipv4/netfilter/ip_conntrack_helper_h323.c | |||
@@ -639,8 +639,8 @@ void ip_conntrack_h245_expect(struct ip_conntrack *new, | |||
639 | } | 639 | } |
640 | 640 | ||
641 | /****************************************************************************/ | 641 | /****************************************************************************/ |
642 | static int get_h225_addr(unsigned char *data, TransportAddress * addr, | 642 | int get_h225_addr(unsigned char *data, TransportAddress * addr, |
643 | u_int32_t * ip, u_int16_t * port) | 643 | u_int32_t * ip, u_int16_t * port) |
644 | { | 644 | { |
645 | unsigned char *p; | 645 | unsigned char *p; |
646 | 646 | ||