Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223632
b: refs/heads/master
c: 7d743b7
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Dec 16, 2010
1 parent f81d59f commit d64a53f
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: 0b7967503dc97864f283a3a06fbe23e041876138
refs/heads/master: 7d743b7e952261f4d9ee091100b6403f3ce8a2af
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -5053,7 +5053,7 @@ static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
if (copy_to_user(optval, &val, len))
return -EFAULT;

return -ENOTSUPP;
return 0;
}

/*
Expand Down

0 comments on commit d64a53f

Please sign in to comment.