1
0
Fork 0

[PATCH] nbd: remove duplicate assignment

<stuartm@connecttech.com>

Sent by Paul Clements <paul.clements@steeleye.com>, who needs to read
Documentation/SubmittingPatches..

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
taneli.vahakangas@netsonic.fi 2006-01-08 01:03:02 -08:00 committed by Linus Torvalds
parent a885c8c431
commit 9fa37fd162
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ static int sock_xmit(struct socket *sock, int send, void *buf, int size,
msg.msg_namelen = 0;
msg.msg_control = NULL;
msg.msg_controllen = 0;
msg.msg_namelen = 0;
msg.msg_flags = msg_flags | MSG_NOSIGNAL;
if (send)