Correct bad stop_keepalive_timer call

This commit is contained in:
Joshua Boniface 2021-10-07 14:41:12 -04:00
parent c89699bc6f
commit 46078932c3
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def entrypoint():
# Prevent any keepalive updates while this happens
if keepalive_timer is not None:
pvcnoded.util.keepalive.stop_keepalive_timer()
pvcnoded.util.keepalive.stop_keepalive_timer(logger, keepalive_timer)
sleep(1)
# Perform the migration (primary only)