svn commit: samba r6308 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Tue Apr 12 01:20:24 GMT 2005


Author: jra
Date: 2005-04-12 01:20:24 +0000 (Tue, 12 Apr 2005)
New Revision: 6308

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6308

Log:
Ensure info requested bitmask is printed in log when querying security descriptors.
Jeremy.

Modified:
   trunk/source/smbd/nttrans.c


Changeset:
Modified: trunk/source/smbd/nttrans.c
===================================================================
--- trunk/source/smbd/nttrans.c	2005-04-12 01:20:23 UTC (rev 6307)
+++ trunk/source/smbd/nttrans.c	2005-04-12 01:20:24 UTC (rev 6308)
@@ -2058,7 +2058,8 @@
 
 	security_info_wanted = IVAL(params,4);
 
-	DEBUG(3,("call_nt_transact_query_security_desc: file = %s\n", fsp->fsp_name ));
+	DEBUG(3,("call_nt_transact_query_security_desc: file = %s, info_wanted = 0x%x\n", fsp->fsp_name,
+			(unsigned int)security_info_wanted ));
 
 	params = nttrans_realloc(ppparams, 4);
 	if(params == NULL)



More information about the samba-cvs mailing list