summaryrefslogtreecommitdiffstats
path: root/libcli/named_pipe_auth
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-07-01 20:04:29 +0200
committerAndreas Schneider <asn@samba.org>2014-01-17 14:50:30 +0100
commitfa8c2b1578bfb94dbe229d1da889d310cb130d1e (patch)
treedc016a59ffbc00bcae9a6bbb7619b546e63541c7 /libcli/named_pipe_auth
parent741cb24f7a953498940d7b3ada6cb5538ec590fd (diff)
downloadsamba-fa8c2b1578bfb94dbe229d1da889d310cb130d1e.tar.gz
samba-fa8c2b1578bfb94dbe229d1da889d310cb130d1e.tar.xz
samba-fa8c2b1578bfb94dbe229d1da889d310cb130d1e.zip
libcli: Fix the comment for the address.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c
index 2728e0478a3..3d3f55edd35 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;