rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs
[cascardo/linux.git] / net / rxrpc / sendmsg.c
index 901b28c..55a2fb2 100644 (file)
@@ -197,7 +197,7 @@ static int rxrpc_send_data(struct rxrpc_sock *rx,
        do {
                /* Check to see if there's a ping ACK to reply to. */
                if (call->ackr_reason == RXRPC_ACK_PING_RESPONSE)
-                       rxrpc_send_ack_packet(call);
+                       rxrpc_send_ack_packet(call, false);
 
                if (!skb) {
                        size_t size, chunk, max, space;