From 095171d70c4e3359c19f55a5d46e6f275e169e10 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 7 Jul 2014 15:02:43 +0200 Subject: fix the a argument --- src/fapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fapi b/src/fapi index 0a5189a..765058b 100755 --- a/src/fapi +++ b/src/fapi @@ -429,7 +429,7 @@ class Fapi(FapiBase): else: fqdn_or_ip, ip, port = self.lookup(a.name) if a.a: - name = fqdn_or_ip + name = a.name else: name = fqdn_or_ip + '_' + port if a.sub == 'get': -- cgit v1.2.3