rxrpc: Don't set upgrade by default in sendmsg()
Don't set upgrade by default when creating a call from sendmsg(). This is a holdover from when I was testing the code. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@ -602,7 +602,7 @@ int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
|
|||||||
.abort_code = 0,
|
.abort_code = 0,
|
||||||
.command = RXRPC_CMD_SEND_DATA,
|
.command = RXRPC_CMD_SEND_DATA,
|
||||||
.exclusive = false,
|
.exclusive = false,
|
||||||
.upgrade = true,
|
.upgrade = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
_enter("");
|
_enter("");
|
||||||
|
Reference in New Issue
Block a user