1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

typo tabrest.cpp

This commit is contained in:
Olivier Bertrand
2021-04-08 19:04:07 +02:00
parent 710e1bac5a
commit bbec4aafda

View File

@@ -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