mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-tools: Fix a typo in a log message
Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reported-by: Ulrich Sibiller <ulrich.sibiller@atos.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
51d0445a7d
commit
6dac1da9cd
@ -198,7 +198,7 @@ static void reset_connections_capture_tcp_handler(struct tevent_context *ev,
|
||||
return;
|
||||
}
|
||||
|
||||
D_INFO("Sending a TCP RST to for connection %s\n",
|
||||
D_INFO("Sending a TCP RST for connection %s\n",
|
||||
ctdb_connection_to_string(state, &conn, true));
|
||||
|
||||
ret = ctdb_sys_send_tcp(&conn.server, &conn.client, ack_seq, seq, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user