|
@@ -53,6 +53,13 @@ send_nt_cancel(struct TCP_Server_Info *server, void *buf,
|
|
mutex_unlock(&server->srv_mutex);
|
|
mutex_unlock(&server->srv_mutex);
|
|
return rc;
|
|
return rc;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
+ * The response to this call was already factored into the sequence
|
|
|
|
+ * number when the call went out, so we must adjust it back downward
|
|
|
|
+ * after signing here.
|
|
|
|
+ */
|
|
|
|
+ --server->sequence_number;
|
|
rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length));
|
|
rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length));
|
|
mutex_unlock(&server->srv_mutex);
|
|
mutex_unlock(&server->srv_mutex);
|
|
|
|
|