1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-11 14:23:23 +00:00

error.c: signal handler messages socket pair is disabled in Filan

This commit is contained in:
Gerhard Rieger 2022-08-12 12:33:32 +02:00
parent 9be423ceea
commit c62f93a168
3 changed files with 31 additions and 5 deletions

View file

@ -32,6 +32,7 @@ int main(int argc, const char *argv[]) {
const char *outfname = NULL;
unsigned long fildes;
diag_set('I', false);
diag_set('p', strchr(argv[0], '/') ? strrchr(argv[0], '/')+1 : argv[0]);
arg1 = argv+1; --argc;