From bbec4aafda377a5510a61b1042a23c1a7363cb7c Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Thu, 8 Apr 2021 19:04:07 +0200 Subject: typo tabrest.cpp --- storage/connect/tabrest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect/tabrest.cpp') 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 -- cgit v1.2.1