]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tools: Fix a typo in a log message
authorMartin Schwenke <mschwenke@ddn.com>
Tue, 28 Feb 2023 21:43:30 +0000 (08:43 +1100)
committerAmitay Isaacs <amitay@samba.org>
Mon, 10 Jul 2023 14:21:30 +0000 (14:21 +0000)
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reported-by: Ulrich Sibiller <ulrich.sibiller@atos.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tools/ctdb_killtcp.c

index 007422f42fc908a9386a406afcacca1ce6e647be..f2193fd9fdf9b6123268340cae596933630982f6 100644 (file)
@@ -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);