Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56985
b: refs/heads/master
c: bb80724
h: refs/heads/master
i:
  56983: 863c7dd
v: v3
  • Loading branch information
Jing Min Zhao authored and David S. Miller committed May 24, 2007
1 parent ebbb60e commit b94b2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d052918688bdd7a1218aa5ae182013bf45a4881a
refs/heads/master: bb807245ef981cac7e8550aea365e6f2157d5c4d
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_h323_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ int get_h225_addr(struct nf_conn *ct, unsigned char *data,
case eTransportAddress_ip6Address:
if (family != AF_INET6)
return 0;
p = data + taddr->ip6Address.ip6;
p = data + taddr->ip6Address.ip;
len = 16;
break;
default:
Expand Down

0 comments on commit b94b2ae

Please sign in to comment.