]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a copy&paste error in smbXsrv_client_remove()
authorVolker Lendecke <vl@samba.org>
Fri, 9 Feb 2024 17:23:35 +0000 (18:23 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 30 Apr 2024 22:44:32 +0000 (22:44 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smbXsrv_client.c

index a4357cf089d9ec72b13a4ed6625a1ff597dd955d..2e9a1a94cf75e4456ea807aa8a3cd268d8a078a2 100644 (file)
@@ -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);
        }