X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=pop.c;h=09af8a26dd6aa6d6b3549a8f5b6998a376cc58d4;hb=f7413bcb265268909564c327ac43a46adfd44161;hp=1925eb40de9a8dc18f87268d34252804a87c633e;hpb=56de5b8f09f14f10955ac105d77a15ea7321c92a;p=cascardo%2Frnetproxy.git diff --git a/pop.c b/pop.c index 1925eb4..09af8a2 100644 --- a/pop.c +++ b/pop.c @@ -93,6 +93,7 @@ pop_read (net_hook_t *hook, gchar *buffer, size_t len) g_message ("Denying access to user %s.", pop->user); pop_destroy (hook); gnet_conn_disconnect (hook->conn); + hook->close (hook); return; } }