svn commit: samba r19484 - in branches/SAMBA_3_0/source/libgpo: .

vlendec at samba.org vlendec at samba.org
Tue Oct 24 20:12:39 GMT 2006


Author: vlendec
Date: 2006-10-24 20:12:38 +0000 (Tue, 24 Oct 2006)
New Revision: 19484

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

Log:
Fix Coverity #329
Modified:
   branches/SAMBA_3_0/source/libgpo/gpo_ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/libgpo/gpo_ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libgpo/gpo_ldap.c	2006-10-24 17:02:21 UTC (rev 19483)
+++ branches/SAMBA_3_0/source/libgpo/gpo_ldap.c	2006-10-24 20:12:38 UTC (rev 19484)
@@ -31,7 +31,7 @@
 			    struct GP_EXT *gp_ext)
 {
 	char **ext_list;
-	char **ext_strings;
+	char **ext_strings = NULL;
 	int i;
 
 	DEBUG(20,("ads_parse_gp_ext: %s\n", extension_raw));



More information about the samba-cvs mailing list