svn commit: samba r11526 - in branches/SAMBA_4_0/source/lib/registry: .

vlendec at samba.org vlendec at samba.org
Sat Nov 5 23:09:23 GMT 2005


Author: vlendec
Date: 2005-11-05 23:09:23 +0000 (Sat, 05 Nov 2005)
New Revision: 11526

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

Log:
And another warning...
Modified:
   branches/SAMBA_4_0/source/lib/registry/patchfile.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/patchfile.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/patchfile.c	2005-11-05 21:26:28 UTC (rev 11525)
+++ branches/SAMBA_4_0/source/lib/registry/patchfile.c	2005-11-05 23:09:23 UTC (rev 11526)
@@ -257,7 +257,7 @@
 	struct reg_diff *diff;
 	int fd;
 	char *line, *p, *q;
-	struct reg_diff_key *curkey;
+	struct reg_diff_key *curkey = NULL;
 	struct reg_diff_value *curval;
 
 	fd = open(fn, O_RDONLY, 0);



More information about the samba-cvs mailing list