[NETFILTER]: Fix undefined references to get_h225_addr
get_h225_addr is exported, but declared static, which fails when linking statically. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e30a014e3
commit
6a534ee35c
@ -639,7 +639,7 @@ void ip_conntrack_h245_expect(struct ip_conntrack *new,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
static int get_h225_addr(unsigned char *data, TransportAddress * addr,
|
int get_h225_addr(unsigned char *data, TransportAddress * addr,
|
||||||
u_int32_t * ip, u_int16_t * port)
|
u_int32_t * ip, u_int16_t * port)
|
||||||
{
|
{
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
Loading…
Reference in New Issue
Block a user