Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26948
b: refs/heads/master
c: 4d942d8
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 23, 2006
1 parent e40e5a0 commit a4ceb02
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: 7185989db4d926dbef1a2f638c464f35599c83e0
refs/heads/master: 4d942d8b39bf7d43ce93d85964aeb63aeace0593
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_helper_h323_asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int decode_seq(bitstr_t * bs, field_t * f, char *base, int level)

/* Decode the extension components */
for (opt = 0; opt < bmp2_len; opt++, i++, son++) {
if (son->attr & STOP) {
if (i < f->ub && son->attr & STOP) {
PRINT("%*.s%s\n", (level + 1) * TAB_SIZE, " ",
son->name);
return H323_ERROR_STOP;
Expand Down

0 comments on commit a4ceb02

Please sign in to comment.