diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2021-04-08 19:04:07 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2021-04-08 19:05:11 +0200 |
commit | bbec4aafda377a5510a61b1042a23c1a7363cb7c (patch) | |
tree | bffaf84ed69edce5913e54d7b3aed3796540df57 /storage/connect/tabrest.cpp | |
parent | 710e1bac5a74b4dc647dfc50a5e693b92c1cc9bc (diff) | |
download | mariadb-git-bbec4aafda377a5510a61b1042a23c1a7363cb7c.tar.gz |
typo tabrest.cpp
Diffstat (limited to 'storage/connect/tabrest.cpp')
-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 d96c57ae948..4b6bb6a9e62 100644 --- a/storage/connect/tabrest.cpp +++ b/storage/connect/tabrest.cpp @@ -120,7 +120,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename) execlp("curl", "curl", buf, fn, (char*)NULL); // If execlp() is successful, we should not reach this next line. - strcpy(g->Message, "I shouldn't be called after execlp from vfork()"); + strcpy(g->Message, "Unsuccessful execlp from vfork()"); exit(1); } else if (pID < 0) { // failed to fork |