From 3179097f17e360a9c61a87686680e5e6bfac2646 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 8 Sep 2010 19:12:22 +0200 Subject: [PATCH] Check/release preferred block on recieved records --- src/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.c b/src/connection.c index 2da26d2..8311ada 100644 --- a/src/connection.c +++ b/src/connection.c @@ -251,6 +251,7 @@ static void non_block_events(struct connection *co) struct client *cl = co->client; if (cl) { + client_check_preferred_watch(cl); client_got_records(cl); } } -- 1.7.10.4