Re-factor: move work in client_check_preferred_watch to client_got_records
[pazpar2-moved-to-github.git] / src / connection.c
index c52fcf3..a25d840 100644 (file)
@@ -274,10 +274,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);
-        }
     }
 }