diff options
| author | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:17:45 +0200 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:17:45 +0200 |
| commit | 687f60d84b270de97afa51e179dbf9cb8296d211 (patch) | |
| tree | 35839ff268788448851de03714922cdd966e4024 | |
| parent | d328cdb5d57fb6ccf7192c3c50eb7e3c931f2654 (diff) | |
add comment
| -rwxr-xr-x | src/fapi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ class Fapi(FapiBase): else: return 'curl -m 3' + headerdump + ' http://' + ipport + failtouch else: - return protocol + ': Can only curl PROTOCOL_TCP' + return '# ' + protocol + ': Can only curl PROTOCOL_TCP' return lambda: curl(f5) elif a.sub2 == 'status': return lambda: f5().get_object_status([name]) |
