allows -N without -F (temporary, revisit)

This commit is contained in:
Joe Bryan 2018-10-16 18:02:55 -04:00
parent 5b33f63f6a
commit fc6530fa30

View File

@ -218,8 +218,8 @@ _main_getopt(c3_i argc, c3_c** argv)
// XX revisit
if ( (0 == u3_Host.ops_u.fak_c) && (c3y == u3_Host.ops_u.net) ) {
fprintf(stderr, "-N only makes sense with -F\n");
return c3n;
// fprintf(stderr, "-N only makes sense with -F\n");
u3_Host.ops_u.net = c3n;
} else if ( (0 == u3_Host.ops_u.fak_c) && (c3n == u3_Host.ops_u.net) ) {
u3_Host.ops_u.net = c3y; /* remote networking is always on in real mode. */
}