Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31521
b: refs/heads/master
c: dd7271f
h: refs/heads/master
i:
  31519: d35020d
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jun 30, 2006
1 parent ffd2a7b commit e77ceaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 2c6059bca8cf5e7f722d909f2e5edda0491ac604
refs/heads/master: dd7271feba61d5dc0fab1cb5365db9926d35ea3a
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_proto_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int do_basic_checks(struct ip_conntrack *conntrack,
}

DEBUGP("Basic checks passed\n");
return 0;
return count == 0;
}

static int new_state(enum ip_conntrack_dir dir,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_proto_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int do_basic_checks(struct nf_conn *conntrack,
}

DEBUGP("Basic checks passed\n");
return 0;
return count == 0;
}

static int new_state(enum ip_conntrack_dir dir,
Expand Down

0 comments on commit e77ceaa

Please sign in to comment.