diff options
-rw-r--r-- | net/rxrpc/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/output.c b/net/rxrpc/output.c index aa0507214b31..0b21ed859de7 100644 --- a/net/rxrpc/output.c +++ b/net/rxrpc/output.c | |||
@@ -182,7 +182,7 @@ int rxrpc_send_call_packet(struct rxrpc_call *call, u8 type) | |||
182 | &msg, iov, ioc, len); | 182 | &msg, iov, ioc, len); |
183 | 183 | ||
184 | if (ret < 0 && call->state < RXRPC_CALL_COMPLETE) { | 184 | if (ret < 0 && call->state < RXRPC_CALL_COMPLETE) { |
185 | switch (pkt->whdr.type) { | 185 | switch (type) { |
186 | case RXRPC_PACKET_TYPE_ACK: | 186 | case RXRPC_PACKET_TYPE_ACK: |
187 | rxrpc_propose_ACK(call, pkt->ack.reason, | 187 | rxrpc_propose_ACK(call, pkt->ack.reason, |
188 | ntohs(pkt->ack.maxSkew), | 188 | ntohs(pkt->ack.maxSkew), |