diff options
Diffstat (limited to 'net/rxrpc/sendmsg.c')
-rw-r--r-- | net/rxrpc/sendmsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/sendmsg.c b/net/rxrpc/sendmsg.c index 5d3f33ce6d41..bae14438f869 100644 --- a/net/rxrpc/sendmsg.c +++ b/net/rxrpc/sendmsg.c | |||
@@ -226,6 +226,7 @@ static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, | |||
226 | rxrpc_set_call_completion(call, | 226 | rxrpc_set_call_completion(call, |
227 | RXRPC_CALL_LOCAL_ERROR, | 227 | RXRPC_CALL_LOCAL_ERROR, |
228 | 0, ret); | 228 | 0, ret); |
229 | rxrpc_notify_socket(call); | ||
229 | goto out; | 230 | goto out; |
230 | } | 231 | } |
231 | _debug("need instant resend %d", ret); | 232 | _debug("need instant resend %d", ret); |