summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2021-04-07 17:40:24 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2021-04-08 17:35:21 +0200
commite4c23fe2d0a29fa738e5883d172a9b625ec59b62 (patch)
tree8c8c4f4d286bae2fe460b9b3116db987d3cf0880
parent953c84657b009271028d548e850ecbffbd61bd18 (diff)
downloadmariadb-git-e4c23fe2d0a29fa738e5883d172a9b625ec59b62.tar.gz
tabrest.cpp
-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 4e73930a267..d4e7b766635 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(0); // Wait for the child to terminate
+ wait(); // Wait for the child to terminate
} // endif pID
#endif // !__WIN__