svn commit: samba r17852 - in branches/SAMBA_3_0/source/param: .

vlendec at samba.org vlendec at samba.org
Sun Aug 27 16:24:04 GMT 2006


Author: vlendec
Date: 2006-08-27 16:24:03 +0000 (Sun, 27 Aug 2006)
New Revision: 17852

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

Log:
Remove a pointless NULL assignment
Modified:
   branches/SAMBA_3_0/source/param/params.c


Changeset:
Modified: branches/SAMBA_3_0/source/param/params.c
===================================================================
--- branches/SAMBA_3_0/source/param/params.c	2006-08-27 16:14:31 UTC (rev 17851)
+++ branches/SAMBA_3_0/source/param/params.c	2006-08-27 16:24:03 UTC (rev 17852)
@@ -587,7 +587,6 @@
 
 		result = Parse( InFile, sfunc, pfunc );
 		SAFE_FREE( bufr );
-		bufr  = NULL;
 		bSize = 0;
 	}
 



More information about the samba-cvs mailing list