summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.cpp')
-rw-r--r--src/ipc_connecter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp
index 243d795..4f353bc 100644
--- a/src/ipc_connecter.cpp
+++ b/src/ipc_connecter.cpp
@@ -57,7 +57,7 @@ xs::ipc_connecter_t::ipc_connecter_t (class io_thread_t *io_thread_,
xs::ipc_connecter_t::~ipc_connecter_t ()
{
if (wait)
- cancel_timer (reconnect_timer_id);
+ rm_timer (reconnect_timer_id);
if (handle_valid)
rm_fd (handle);