mirror of
https://github.com/moparisthebest/socat
synced 2024-11-11 19:45:03 -05:00
socat option -lf did not log to file
This commit is contained in:
parent
7a09331db7
commit
75e643ad2d
2
error.c
2
error.c
@ -128,8 +128,8 @@ void diag_set(char what, const char *arg) {
|
||||
}
|
||||
if ((diagopts.logfile = fopen(arg, "a")) == NULL) {
|
||||
Error2("cannot open log file \"%s\": %s", arg, strerror(errno));
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 's':
|
||||
if (diagopts.logfile != NULL && diagopts.logfile != stderr) {
|
||||
fclose(diagopts.logfile);
|
||||
|
Loading…
Reference in New Issue
Block a user