From e91811d2d063678717b564acf62e10f797a67b74 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 20 Jul 2009 15:36:37 -0300 Subject: [PATCH] Push other events as well in pop connection handler. --- pop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop.c b/pop.c index 02caf5a..4cd2f39 100644 --- a/pop.c +++ b/pop.c @@ -122,7 +122,7 @@ pop_watch (HCConn *conn, HCEvent event, gpointer data) } } break; - case HC_EVENT_CLOSE: + default: if (pop_conn->func) pop_conn->func (pop_conn, event, pop_conn->data); break; -- 2.20.1