Ensure variable is initialized

This commit is contained in:
Vincent Untz
2014-09-09 19:10:51 +02:00
parent ae5d2355cb
commit 57c14286db

View File

@@ -518,7 +518,7 @@ void *signal_hand(void *ptr)
if ( c[i]->thread )
{
char *status;
char *status = "";
switch( c[i]->pass_type )
{
case NWIPE_PASS_FINAL_BLANK: