From: Volker Lendecke Date: Mon, 13 Oct 2025 16:24:34 +0000 (+0200) Subject: samr_server: Remove an obsolete and confusing comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8b8d1b27a04f45e791654e2c7d62d29a22bc21;p=thirdparty%2Fsamba.git samr_server: Remove an obsolete and confusing comment Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/rpc_server/samr/srv_samr_nt.c b/source3/rpc_server/samr/srv_samr_nt.c index e0d0875bd5d..05f73829ebc 100644 --- a/source3/rpc_server/samr/srv_samr_nt.c +++ b/source3/rpc_server/samr/srv_samr_nt.c @@ -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; }