]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an obsolete comment
authorVolker Lendecke <vl@samba.org>
Thu, 8 Feb 2024 17:16:39 +0000 (18:16 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 9 Apr 2024 22:52:38 +0000 (22:52 +0000)
This looks like a cut&paste from other smbXsrv files.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/smbXsrv_client.c

index 42f8f2f6db927f5ce99d0dd370cb0ad40d10a584..d86ae704493beef9b2f156b361a2c9a94a344a75 100644 (file)
@@ -98,15 +98,6 @@ NTSTATUS smbXsrv_client_global_init(void)
        return NT_STATUS_OK;
 }
 
-/*
- * NOTE:
- * We need to store the keys in big endian so that dbwrap_rbt's memcmp
- * has the same result as integer comparison between the uint32_t
- * values.
- *
- * TODO: implement string based key
- */
-
 #define SMBXSRV_CLIENT_GLOBAL_TDB_KEY_SIZE 16
 
 static TDB_DATA smbXsrv_client_global_id_to_key(const struct GUID *client_guid,