X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fconnection.c;h=98a73e00bd7316057981bb565879e6b88f44cd23;hb=4ae1e0582f66acaec33dca2c3b023d47d7f431af;hp=c5fb6710e559194db46dc6d2d202b8074633aba6;hpb=b414c6fc223434772ef8260a6f5d252e09feeaaa;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index c5fb671..98a73e0 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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); - } } }