diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2021-04-07 16:48:14 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2021-04-08 17:35:19 +0200 |
commit | 953c84657b009271028d548e850ecbffbd61bd18 (patch) | |
tree | 914ced02c8eba546e35235364b8cbefd40617abe | |
parent | 26e5ba4b5139f79002b2d8cf43a9164a4a4e7838 (diff) | |
download | mariadb-git-953c84657b009271028d548e850ecbffbd61bd18.tar.gz |
try to fix tabrest.cpp compile error
-rw-r--r-- | storage/connect/tabrest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabrest.cpp b/storage/connect/tabrest.cpp index 4ecf3edcc2e..4e73930a267 100644 --- a/storage/connect/tabrest.cpp +++ b/storage/connect/tabrest.cpp @@ -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__ |