Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39550
b: refs/heads/master
c: 4c5e1b1
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Caulfield authored and Steven Whitehouse committed Oct 12, 2006
1 parent 222ffdf commit 479a183
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: c312c4fdc88514dd9522b7858eb879e610aeb9b1
refs/heads/master: 4c5e1b1a8c3f591b21f09001d6748296ddff33b8
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static int receive_from_sock(void)
}
len = iov[0].iov_len + iov[1].iov_len;

r = ret = kernel_recvmsg(sctp_con.sock, &msg, iov, 1, len,
r = ret = kernel_recvmsg(sctp_con.sock, &msg, iov, msg.msg_iovlen, len,
MSG_NOSIGNAL | MSG_DONTWAIT);
if (ret <= 0)
goto out_close;
Expand Down

0 comments on commit 479a183

Please sign in to comment.