summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:51:32 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:51:32 +0200
commitc9bb7c65406b730cdbe11472a0b14cdef1624ed3 (patch)
treeffd64acb22dfebad3ee014b4c3eb7f5a190a01e3
parent635fa4094b993cadc1ffc11b99a30e2675be5e5c (diff)
You tread upon my patience.
-- William Shakespeare, "Henry IV"
-rwxr-xr-xsrc/fapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 5d3db15..41ba5e7 100755
--- a/src/fapi
+++ b/src/fapi
@@ -502,7 +502,7 @@ class Fapi(FapiBase):
elif re.match('.*80$', port):
return 'curl -g -m 3' + headerdump + ' http://' + postcmd
else:
- return '# ' + port + ': Can only curl HTTP or HTTPs. Address: ' + destination['address']
+ return '# ' + port + ': Can only curl HTTP or HTTPs. Address: ' + ipport
else:
return '# ' + protocol + ': Can only curl PROTOCOL_TCP. Address: ' + destination['address']
return lambda: curl(f5)