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:
@@ -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
|
||||
|
Reference in New Issue
Block a user