Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56987
b: refs/heads/master
c: f8f1c08
h: refs/heads/master
i:
  56985: b94b2ae
  56983: 863c7dd
v: v3
  • Loading branch information
Jing Min Zhao authored and David S. Miller committed May 24, 2007
1 parent 750d247 commit bc1a75a
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 596830f1a1e5d26a83fe83b99ced1456d9d7f39b
refs/heads/master: f8f1c08eaef838e22bf427665da87cfa73e5074d
10 changes: 10 additions & 0 deletions trunk/net/netfilter/nf_conntrack_h323_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,16 @@ static int process_olca(struct sk_buff **pskb, struct nf_conn *ct,
}
}

if ((olca->options & eOpenLogicalChannelAck_separateStack) &&
olca->separateStack.networkAddress.choice ==
eNetworkAccessParameters_networkAddress_localAreaAddress) {
ret = expect_t120(pskb, ct, ctinfo, data, dataoff,
&olca->separateStack.networkAddress.
localAreaAddress);
if (ret < 0)
return -1;
}

return 0;
}

Expand Down

0 comments on commit bc1a75a

Please sign in to comment.