svn commit: samba r6443 - in trunk/source/rpc_server: .

vlendec at samba.org vlendec at samba.org
Sat Apr 23 17:43:50 GMT 2005


Author: vlendec
Date: 2005-04-23 17:43:50 +0000 (Sat, 23 Apr 2005)
New Revision: 6443

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

Log:
Fix compiler warning
Modified:
   trunk/source/rpc_server/srv_samr_nt.c


Changeset:
Modified: trunk/source/rpc_server/srv_samr_nt.c
===================================================================
--- trunk/source/rpc_server/srv_samr_nt.c	2005-04-23 04:30:58 UTC (rev 6442)
+++ trunk/source/rpc_server/srv_samr_nt.c	2005-04-23 17:43:50 UTC (rev 6443)
@@ -1938,7 +1938,7 @@
 	uint32 new_rid = 0;
 	/* check this, when giving away 'add computer to domain' privs */
 	uint32    des_access = GENERIC_RIGHTS_USER_ALL_ACCESS;
-	BOOL can_add_account;
+	BOOL can_add_account = False;
 	SE_PRIV se_rights;
 
 	/* Get the domain SID stored in the domain policy */



More information about the samba-cvs mailing list