mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
try to fix tabrest.cpp compile error
This commit is contained in:
parent
26e5ba4b51
commit
953c84657b
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
|
|||
rc = 1;
|
||||
} else {
|
||||
// Parent process
|
||||
wait(NULL); // Wait for the child to terminate
|
||||
wait(0); // Wait for the child to terminate
|
||||
} // endif pID
|
||||
#endif // !__WIN__
|
||||
|
||||
|
|
Loading…
Reference in a new issue