2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix another mistake in chained SMM discovery

This commit is contained in:
Jarrod Johnson 2020-09-14 08:04:41 -04:00
parent cd20a69eb6
commit 7bdf7afb80

View File

@ -1021,7 +1021,7 @@ def eval_node(cfg, handler, info, nodename, manual=False):
# The candidate nodename is the head of a chain, we must
# validate the smm certificate by the switch
macmap.get_node_fingerprints(nodename, cfg)
util.handler.cert_matches(fprint, handler.https_cert)
util.cert_matches(fprint, handler.https_cert)
return
if (info.get('maccount', False) and
not handler.discoverable_by_switch(info['maccount'])):