mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Ensure variable is initialized
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user