From 6e0c6654c75d808ed4bf0e74a038854ea8232915 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 14 Jul 2014 14:19:17 +0200 Subject: fix --- src/fapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fapi b/src/fapi index 4282f9e..746f195 100755 --- a/src/fapi +++ b/src/fapi @@ -492,7 +492,7 @@ class Fapi(FapiBase): port = str(destination['port']) ip = destination['address'].split('/')[-1] headerdump = ip + '-header.txt' - m = re.match('43$', port) + m = re.match('.*43$', port) if m: return 'curl -D ' + headerdump + ' -k https://' + ip else: -- cgit v1.2.3