This commit is contained in:
Joseph C. Lehner 2019-09-09 13:31:45 +02:00
parent 021e449007
commit a8035e5208

2
main.c
View file

@ -270,7 +270,7 @@ int main(int argc, char **argv)
}
#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);
return 1;
}