Cleanup
This commit is contained in:
parent
021e449007
commit
a8035e5208
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -270,7 +270,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef NMRPFLASH_FUZZ
|
#ifndef NMRPFLASH_FUZZ
|
||||||
if (!list && ((!args.file_local && !args.tftpcmd) || !args.intf /*|| !args.ipaddr*/)) {
|
if (!list && ((!args.file_local && !args.tftpcmd) || !args.intf)) {
|
||||||
usage(stderr);
|
usage(stderr);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue