svn commit: samba r18792 - in branches/SAMBA_3_0/source/rpc_server: .

jerry at samba.org jerry at samba.org
Thu Sep 21 18:22:51 GMT 2006


Author: jerry
Date: 2006-09-21 18:22:51 +0000 (Thu, 21 Sep 2006)
New Revision: 18792

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

Log:
small fix for server QueryValue code
Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_winreg_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_winreg_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_winreg_nt.c	2006-09-21 18:16:16 UTC (rev 18791)
+++ branches/SAMBA_3_0/source/rpc_server/srv_winreg_nt.c	2006-09-21 18:22:51 UTC (rev 18792)
@@ -363,8 +363,7 @@
 		return WERR_BADFID;
 
 	*size = *length = *type = 0;
-	value_name.name = NULL;
-		
+	
 	DEBUG(7,("_reg_info: policy key name = [%s]\n", regkey->name));
 	DEBUG(7,("_reg_info: policy key type = [%08x]\n", regkey->type));
 	



More information about the samba-cvs mailing list