summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-06-24 16:44:01 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-06-24 16:44:01 +0200
commitc53d174e504775380754e86b8990a86aa8225e77 (patch)
tree60e247e624528e053a1c6c55790ec1b5f6247c4b /src
parent52623fe3259688b6c29a67397b6e465e2de37b49 (diff)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 78e652e..6a8826d 100755
--- a/src/fapi
+++ b/src/fapi
@@ -403,7 +403,6 @@ class Fapi(FapiBase):
_, ip, port = self.lookup(member)
ipport = { "address": ip, "port": port }
memberratio = { "member": ipport, "ratio": ratio }
- return lambda: memberratio
return lambda: f5().set_ratio([a.name], [[memberratio]])