From fa8c2b1578bfb94dbe229d1da889d310cb130d1e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 1 Jul 2013 20:04:29 +0200 Subject: libcli: Fix the comment for the address. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Schneider Reviewed-by: Günther Deschner --- libcli/named_pipe_auth/npa_tstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c index 2728e0478a..3d3f55edd3 100644 --- a/libcli/named_pipe_auth/npa_tstream.c +++ b/libcli/named_pipe_auth/npa_tstream.c @@ -1321,7 +1321,7 @@ static void tstream_npa_accept_existing_reply(struct tevent_req *subreq) i4.client_port, &state->client); if (ret != 0) { - DEBUG(2, ("Invalid server address[%s:%u] - %s\n", + DEBUG(2, ("Invalid client address[%s:%u] - %s\n", i4.client_addr, i4.client_port, strerror(errno))); pipe_reply.status = NT_STATUS_INVALID_ADDRESS; -- cgit