mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-10 18:12:30 +00:00
Fix parameter count unpack for accelerated switch interrogation
This commit is contained in:
@@ -153,7 +153,7 @@ def _nodelookup(switch, ifname):
|
||||
return None
|
||||
|
||||
def _fast_map_switch(args):
|
||||
switch, password, user, cfgm = args
|
||||
switch, password, user, cfgm = args[:4]
|
||||
macdata = None
|
||||
kv = util.TLSCertVerifier(cfgm, switch,
|
||||
'pubkeys.tls_hardwaremanager').verify_cert
|
||||
|
||||
Reference in New Issue
Block a user