mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
parent
c2766222c3
commit
3ee80812fd
1 changed files with 4 additions and 1 deletions
|
|
@ -170,7 +170,10 @@ register int td;
|
|||
case SYSCTYPE:
|
||||
/*
|
||||
* dosys - execute system command
|
||||
*/
|
||||
*/
|
||||
/* Make sure m4 output is NOT interrupted */
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
if (argc > 2)
|
||||
sysval = system(argv[2]);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue