From: Volker Lendecke Date: Fri, 9 Feb 2024 17:23:35 +0000 (+0100) Subject: smbd: Fix a copy&paste error in smbXsrv_client_remove() X-Git-Tag: tdb-1.4.11~890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d51be5891478ec5e5cd338404eeeae8d7d2b39c;p=thirdparty%2Fsamba.git smbd: Fix a copy&paste error in smbXsrv_client_remove() Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/smbXsrv_client.c b/source3/smbd/smbXsrv_client.c index a4357cf089d..2e9a1a94cf7 100644 --- a/source3/smbd/smbXsrv_client.c +++ b/source3/smbd/smbXsrv_client.c @@ -1435,7 +1435,7 @@ NTSTATUS smbXsrv_client_remove(struct smbXsrv_client *client) }; struct GUID_txt_buf buf; - DBG_DEBUG("client_guid[%s] stored\n", + DBG_DEBUG("client_guid[%s] removed\n", GUID_buf_string(&client->global->client_guid, &buf)); NDR_PRINT_DEBUG(smbXsrv_clientB, &client_blob); }