chiark / gitweb /
introduce c. etc.
[hippotat.git] / client
diff --git a/client b/client
index b9f8ce516298eae80a57a8ec17b0f55145c5c435..a77600ec500077952a0aad5683cb0285217270f8 100755 (executable)
--- a/client
+++ b/client
@@ -17,7 +17,12 @@ mtu = 1500
 # password = <password>
 '''
 
-def startup():
-  common_startup(defcfg)
+def process_cfg():
+  global url
+  global max_requests_outstanding
 
-startup()
+  process_cfg_common_always()
+  
+
+common_startup(defcfg)
+process_cfg()