From: Thadeu Lima de Souza Cascardo Date: Mon, 20 Jul 2009 18:36:37 +0000 (-0300) Subject: Push other events as well in pop connection handler. X-Git-Tag: v0.1.3~9 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Frnetproxy.git;a=commitdiff_plain;h=e91811d2d063678717b564acf62e10f797a67b74 Push other events as well in pop connection handler. --- 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;