Check/release preferred block on recieved records
authorDennis Schafroth <dennis@indexdata.com>
Wed, 8 Sep 2010 17:12:22 +0000 (19:12 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 8 Sep 2010 17:12:22 +0000 (19:12 +0200)
src/connection.c

index 2da26d2..8311ada 100644 (file)
@@ -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);
         }
     }