From c3bbcc608e292397b7f9f12189572f463bb1e322 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Aug 2006 16:24:03 +0000 Subject: r17852: Remove a pointless NULL assignment (This used to be commit 9f27824257924485a39bb60f00c9de02f869c4ff) --- source3/param/params.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/param/params.c b/source3/param/params.c index 6d036e40f6..c4ca5bb906 100644 --- a/source3/param/params.c +++ b/source3/param/params.c @@ -587,7 +587,6 @@ BOOL pm_process( const char *FileName, result = Parse( InFile, sfunc, pfunc ); SAFE_FREE( bufr ); - bufr = NULL; bSize = 0; } -- cgit