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

vlendec at samba.org vlendec at samba.org
Sat Nov 5 10:00:19 GMT 2005


Author: vlendec
Date: 2005-11-05 10:00:18 +0000 (Sat, 05 Nov 2005)
New Revision: 11519

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

Log:
And an uninitialized variable...
Modified:
   branches/SAMBA_4_0/source/lib/module.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/module.c
===================================================================
--- branches/SAMBA_4_0/source/lib/module.c	2005-11-05 09:59:00 UTC (rev 11518)
+++ branches/SAMBA_4_0/source/lib/module.c	2005-11-05 10:00:18 UTC (rev 11519)
@@ -59,7 +59,7 @@
 {
 	DIR *dir;
 	struct dirent *entry;
-	BOOL ret;
+	BOOL ret = True;
 	TALLOC_CTX *mem_ctx;
 	
 	mem_ctx = talloc_init(NULL);



More information about the samba-cvs mailing list