summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/tests/txshift.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/txshift.cpp b/cpp/src/tests/txshift.cpp
index 5db08d7a53..5f9c4f17fa 100644
--- a/cpp/src/tests/txshift.cpp
+++ b/cpp/src/tests/txshift.cpp
@@ -155,6 +155,7 @@ struct Worker : FailoverManager::Command, Runnable
SubscriptionManager subs(session);
transfer.subscribeToControl(subs);
subs.run();
+ session.txCommit();//commit accept of control messages
}
};