This commit is contained in:
Kelson 2021-09-29 18:36:25 +02:00 committed by GitHub
commit b20e83bd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,10 +258,6 @@ int main(int argc, char** argv)
server.setBlockExternalLinks(blockExternalLinks);
if (! server.start()) {
cerr << "Unable to instantiate the HTTP daemon. The port " << serverPort
<< " is maybe already occupied or need more permissions to be open. "
"Please try as root or with a port number higher or equal to 1024."
<< endl;
exit(1);
}