TMP s3:smbd: debug msg
authorMichael Adam <obnox@samba.org>
Tue, 23 Sep 2014 02:08:29 +0000 (04:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 14:06:24 +0000 (15:06 +0100)
source3/smbd/process.c

index 3b395439b933907690deb84f0a52e5e2fc37679a..15f578ab8f963ba9a92bd8cf706bc4970aef82c7 100644 (file)
@@ -3931,8 +3931,8 @@ NTSTATUS smbd_add_connection(struct smbXsrv_client *client, int sock_fd,
        xconn->client = client;
        talloc_steal(client, xconn);
 
-       DEBUG(0,("%s:%s: client[%p] xconn[%p]\n", __func__,__location__,
-               client, xconn));
+       DEBUG(0,("%s:%s: client[%p] xconn[%p] conn[%s]\n", __func__,__location__,
+               client, xconn, smbXsrv_connection_dbg(xconn)));
        *_xconn = xconn;
        TALLOC_FREE(frame);
        return NT_STATUS_OK;