1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

r17852: Remove a pointless NULL assignment

(This used to be commit 9f27824257)
This commit is contained in:
Volker Lendecke 2006-08-27 16:24:03 +00:00 committed by Gerald (Jerry) Carter
parent 2868e7f99b
commit c3bbcc608e

View File

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