From 64a021192dbe6bd73376ecf46d60fbe5d8847462 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sat, 4 May 2019 10:25:38 +0200 Subject: [PATCH] .. --- Adapter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adapter.hxx b/Adapter.hxx index 429cf82..a778950 100644 --- a/Adapter.hxx +++ b/Adapter.hxx @@ -28,7 +28,7 @@ namespace pEp { PEP_STATUS status = register_sync_callbacks(session(), nullptr, _notifyHandshake, _retrieve_next_sync_event); -// throw_status(status); + throw_status(status); do_sync_protocol(session(), (void *)obj); unregister_sync_callbacks(session());