Add missing var
This commit is contained in:
parent
cb65050dd1
commit
24c5b0f6b5
|
@ -72,7 +72,7 @@ def node_flush(node, wait):
|
|||
"""
|
||||
|
||||
zk_conn = pvc_common.startZKConnection(zk_host)
|
||||
retstate, retmsg = pvc_node.flush_node(node, wait)
|
||||
retstate, retmsg = pvc_node.flush_node(zk_conn, node, wait)
|
||||
cleanup(retstate, retmsg, zk_conn)
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue