diff options
Diffstat (limited to 'net')
-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 83140d2c05f9..11c652fa3046 100644 --- a/net/ipv4/netfilter/ip_conntrack_helper_h323.c +++ b/net/ipv4/netfilter/ip_conntrack_helper_h323.c | |||
@@ -220,8 +220,8 @@ static int get_tpkt_data(struct sk_buff **pskb, struct ip_conntrack *ct, | |||
220 | } | 220 | } |
221 | 221 | ||
222 | /****************************************************************************/ | 222 | /****************************************************************************/ |
223 | int get_h245_addr(unsigned char *data, H245_TransportAddress * addr, | 223 | static int get_h245_addr(unsigned char *data, H245_TransportAddress * addr, |
224 | u_int32_t * ip, u_int16_t * port) | 224 | u_int32_t * ip, u_int16_t * port) |
225 | { | 225 | { |
226 | unsigned char *p; | 226 | unsigned char *p; |
227 | 227 | ||