summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2021-04-07 16:48:14 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2021-04-08 17:35:19 +0200
commit953c84657b009271028d548e850ecbffbd61bd18 (patch)
tree914ced02c8eba546e35235364b8cbefd40617abe
parent26e5ba4b5139f79002b2d8cf43a9164a4a4e7838 (diff)
downloadmariadb-git-953c84657b009271028d548e850ecbffbd61bd18.tar.gz
try to fix tabrest.cpp compile error
-rw-r--r--storage/connect/tabrest.cpp2
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__