mirror of
https://github.com/sonertari/SSLproxy
synced 2024-10-31 21:20:21 +00:00
Fix retval of privsep_server_opensock_verify()
thanks to @Qbog
This commit is contained in:
parent
e049f14cc2
commit
828c1c3c69
@ -247,7 +247,7 @@ privsep_server_opensock_verify(global_t *global, void *arg)
|
||||
if (spec == arg)
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int WUNRES
|
||||
|
Loading…
Reference in New Issue
Block a user