1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r17852: Remove a pointless NULL assignment

This commit is contained in:
Volker Lendecke 2006-08-27 16:24:03 +00:00 committed by Gerald (Jerry) Carter
parent b05cac3cb5
commit 9f27824257

View File

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