]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samr_server: Remove an obsolete and confusing comment
authorVolker Lendecke <vl@samba.org>
Mon, 13 Oct 2025 16:24:34 +0000 (18:24 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/rpc_server/samr/srv_samr_nt.c

index e0d0875bd5da2fafd6a905da49ecd41557667f06..05f73829ebc03340ae2b209840e74b2689826457 100644 (file)
@@ -3020,21 +3020,6 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx,
        r->lm_password_set              = 0;
        r->nt_password_set              = 0;
 
-#if 0
-
-       /*
-         Look at a user on a real NT4 PDC with usrmgr, press
-         'ok'. Then you will see that fields_present is set to
-         0x08f827fa. Look at the user immediately after that again,
-         and you will see that 0x00fffff is returned. This solves
-         the problem that you get access denied after having looked
-         at the user.
-         -- Volker
-       */
-
-#endif
-
-
        return NT_STATUS_OK;
 }