X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=a25d8404d443eb2fa10285a4f7d8a7f59217fb5f;hb=77ba2b539f5e7e74af67194b7f78a55cf7310edc;hp=c52fcf3880bd782dee745e300cc15bb0dfbc792e;hpb=f2db9c3965cc836568198e832908c3e2d62dd8cd;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); - } } }