mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
msg_out is already initialized
This commit is contained in:
parent
ef15bfc59f
commit
ee5f51df8f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ time_t time ();
|
|||
|
||||
/* Either stdout or stderr: The thing we write messages (standard msgs, not
|
||||
errors) to. Stdout unless we're writing a pipe, in which case stderr */
|
||||
FILE *msg_file = stdout;
|
||||
FILE *msg_file;
|
||||
|
||||
#define STDIN 0 /* Standard input file descriptor */
|
||||
#define STDOUT 1 /* Standard output file descriptor */
|
||||
|
|
|
|||
Loading…
Reference in a new issue