X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=client;h=e5d4e0005092b3e7ebf842788c17d44145bfa7c4;hp=19efb03e7eb5f7d4fa367b9861af8442554acb9c;hb=abb06ac1919fe89cc544b36b7b818af8e9cbd27d;hpb=380ed56c213ae7a2aa192904c7c031626fad57c2 diff --git a/client b/client index 19efb03..e5d4e00 100755 --- a/client +++ b/client @@ -230,8 +230,7 @@ def check_outbound(): log_outstanding() -common_startup() -process_cfg() +common_startup(process_cfg) start_client() start_ipif(c.ipif_command, outbound) check_outbound()