fix curl, print segfault

This commit is contained in:
Lion Kortlepel
2021-08-09 00:41:16 +02:00
committed by Lion
parent 9fe1a94d42
commit a7c28a8d0d
4 changed files with 18 additions and 9 deletions

View File

@@ -55,7 +55,6 @@ int main(int argc, char** argv) try {
bool Shutdown = false;
Application::RegisterShutdownHandler([&Shutdown] { Shutdown = true; });
TServer Server(argc, argv);
TConfig Config;