This commit is contained in:
linbo 2026-06-17 14:02:07 +08:00
parent fdef42ac21
commit ae8961f52a

View File

@ -29,8 +29,7 @@ int main(int argc, char* argv[]) {
} }
ServerRunner runner; ServerRunner runner;
const XmlNode config(config_path); runner.start();
runner.start(config);
runner.join(); runner.join();
google::ShutdownGoogleLogging(); google::ShutdownGoogleLogging();
return 0; return 0;