mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Make the service api work on MacOS
This commit is contained in:
parent
5f8fd83114
commit
c1ba673348
@ -2506,7 +2506,7 @@ static void service_fork(TEXT* service_path, Service* service)
|
||||
break;
|
||||
|
||||
case 0:
|
||||
if (vfork() != 0)
|
||||
if (vfork() > 0)
|
||||
_exit(FINI_OK);
|
||||
|
||||
close(pair1[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user