Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90692
b: refs/heads/master
c: fa913dd
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy committed Apr 14, 2008
1 parent ace67e9 commit 24d0012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2f9c68398ec724738509f95f1599378ebcc45e0
refs/heads/master: fa913ddf6372b20b23061996150d38f639488d42
1 change: 1 addition & 0 deletions trunk/net/netfilter/nf_conntrack_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static int parse_addr(const struct nf_conn *ct, const char *cp,
int family = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.l3num;
int ret = 0;

memset(addr, 0, sizeof(*addr));
switch (family) {
case AF_INET:
ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end);
Expand Down

0 comments on commit 24d0012

Please sign in to comment.