Added a -O switch to the programs arguments which will enable global ON inheritance.
This commit is contained in:
parent
d4e1cac0ea
commit
7830a327f0
1 changed files with 1 additions and 0 deletions
1
scp.c
1
scp.c
|
@ -784,6 +784,7 @@ for (i = 1; i < argc; i++) { /* loop thru args */
|
||||||
}
|
}
|
||||||
} /* end for */
|
} /* end for */
|
||||||
sim_quiet = sim_switches & SWMASK ('Q'); /* -q means quiet */
|
sim_quiet = sim_switches & SWMASK ('Q'); /* -q means quiet */
|
||||||
|
sim_on_inherit = sim_switches & SWMASK ('O'); /* -o means inherit on state */
|
||||||
|
|
||||||
AIO_INIT; /* init Asynch I/O */
|
AIO_INIT; /* init Asynch I/O */
|
||||||
if (sim_vm_init != NULL) /* call once only */
|
if (sim_vm_init != NULL) /* call once only */
|
||||||
|
|
Loading…
Add table
Reference in a new issue