mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-03-13 12:02:10 +00:00
Missed if statement
This commit is contained in:
@@ -100,6 +100,7 @@ int main( int argc, char** argv )
|
||||
argc -= nwipe_optind;
|
||||
|
||||
nwipe_enumerated = nwipe_device_get( &c1, argv, argc );
|
||||
if ( nwipe_enumerated == 0 )
|
||||
{
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user