r17852: Remove a pointless NULL assignment
authorVolker Lendecke <vlendec@samba.org>
Sun, 27 Aug 2006 16:24:03 +0000 (16:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:53 +0000 (11:38 -0500)
(This used to be commit 9f27824257924485a39bb60f00c9de02f869c4ff)

source3/param/params.c

index 6d036e40f692decaec5c91c1a1c5edf7d429210d..c4ca5bb906b0f31062483cbd911294b49626bb4c 100644 (file)
@@ -587,7 +587,6 @@ BOOL pm_process( const char *FileName,
 
                result = Parse( InFile, sfunc, pfunc );
                SAFE_FREE( bufr );
-               bufr  = NULL;
                bSize = 0;
        }