chiark / gitweb /
better config errors
[hippotat.git] / server
diff --git a/server b/server
index 9c61b7bfa3fe0a2d4194b9cb3def60367efb0d77..bdd893c8e33feaba3e044f4f083b0090db94af07 100755 (executable)
--- a/server
+++ b/server
@@ -241,8 +241,7 @@ def process_cfg():
                     ('peer', 'relay'),
                     ('rnets','network')))
 
-common_startup()
-process_cfg()
+common_startup(process_cfg)
 start_ipif(c.ipif_command, (lambda p,s,d: route(p,"[ipif]",s,d)))
 start_http()
 common_run()