Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96074
b: refs/heads/master
c: 1944317
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and David S. Miller committed May 5, 2008
1 parent e6b9bc3 commit 5b767b5
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: 7a1aa309f21ea2f6c31f364341e4027ecf4e79bc
refs/heads/master: 19443178fbfbf40db15c86012fc37df1a44ab857
2 changes: 1 addition & 1 deletion trunk/net/dccp/feat.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int dccp_feat_change(struct dccp_minisock *dmsk, u8 type, u8 feature,

if (len > 3) {
DCCP_WARN("invalid length %d\n", len);
return 1;
return -EINVAL;
}
/* XXX add further sanity checks */

Expand Down

0 comments on commit 5b767b5

Please sign in to comment.