Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / src / connection.c
index c5fb671..98a73e0 100644 (file)
@@ -246,10 +246,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);
-        }
     }
 }