Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215458
b: refs/heads/master
c: 5adbb9f
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman committed Oct 4, 2010
1 parent 1bc4b9b commit 656284f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bc01befdcf3e40979eb518085a075cbf0aacede0
refs/heads/master: 5adbb9fb0c35c38022f79e09fecf15ba8f65f069
3 changes: 3 additions & 0 deletions trunk/net/netfilter/nf_conntrack_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ static int parse_addr(const struct nf_conn *ct, const char *cp,
const char *end;
int ret = 0;

if (!ct)
return 0;

memset(addr, 0, sizeof(*addr));
switch (nf_ct_l3num(ct)) {
case AF_INET:
Expand Down

0 comments on commit 656284f

Please sign in to comment.