samba-cvs.cvs
[Top] [All Lists]

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

Subject: svn commit: samba r19484 - in branches/SAMBA_3_0/source/libgpo: .
From:
Date: Tue, 24 Oct 2006 20:12:39 +0000 GMT
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));

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r19484 - in branches/SAMBA_3_0/source/libgpo: ., vlendec <=