X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/62d13acc4df1b154a6ebea8ef0e7f1e19d444e5a..fa63bd9399a07c4b26affb3fc214291331d120b4:/hippotat diff --git a/hippotat b/hippotat index 379a184..f9395f2 100755 --- a/hippotat +++ b/hippotat @@ -254,9 +254,6 @@ def process_cfg(_opts, putative_servers, putative_clients): c.max_queue_time = srch(cfg.getint, 'max_queue_time') c.vroutes = srch(cfg.get, 'vroutes') - def cfg_get_raw(*args, **kwargs): - return cfg.get(*args, raw=True, **kwargs) - try: c.ifname = srch(cfg_get_raw, 'ifname_client') except NoOptionError: pass