X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/7ec61cc0d1b67ffaf5e5e68a43b8aa5a1dfeb43a..6d5e83818d3a3ee7f94204fa20804aa05ca18816:/hippotatlib/__init__.py diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 8e00c15..aa5b06c 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -386,7 +386,8 @@ def _cfg_process_putatives(): server_pat = r'[-.0-9A-Za-z]+' client_pat = r'[.:0-9a-f]+' server_re = regexp.compile(server_pat) - serverclient_re = regexp.compile(server_pat + r' ' + client_pat) + serverclient_re = regexp.compile( + server_pat + r' ' + '(?:' + client_pat + '|LIMIT)') for cs in cfg.sections(): if cs == 'LIMIT' or cs == 'COMMON':