X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.c;h=a25d8404d443eb2fa10285a4f7d8a7f59217fb5f;hb=dfa3f5aa5c191a7e528e09789fce3d82d62c8e51;hp=c52fcf3880bd782dee745e300cc15bb0dfbc792e;hpb=7a8e8e37ed254a29f5085855e6d03fe4ff7573e9;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index c52fcf3..a25d840 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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); - } } }