X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=8311ada2a0e5ea01f522b23a2b67e2988c05ee39;hb=3179097f17e360a9c61a87686680e5e6bfac2646;hp=2da26d2a281b8e1ce85296782589112d31825bbe;hpb=8552f745cef09828177a0defd7cf06d3510649c1;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index 2da26d2..8311ada 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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); } }