aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/session.c')
-rw-r--r--libsylph/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/session.c b/libsylph/session.c
index 7f199f6e..d64fc72d 100644
--- a/libsylph/session.c
+++ b/libsylph/session.c
@@ -289,7 +289,7 @@ static gboolean session_ping_cb(gpointer data)
debug_print("state machine freeze for 1 second detected, forcing dispatch.\n");
save_flags = sock->flags;
- SOCK_UNSET_FLAGS(sock->flags, SOCK_CHECK_IO);
+ SOCK_UNSET_FLAGS(sock->flags, SYL_SOCK_CHECK_IO);
sock->callback(sock, sock->condition, sock->data);
sock->flags = save_flags;
}