EV: stop all watchers before going into other queues - so we can avoid race conditions.
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
index dfed6bc992d878905ef5b9c00ec91a5e64d46979..5f1357603df48ffdb838948c6f301a4e5fa308a6 100644 (file)
@@ -592,7 +592,7 @@ eNextState RSSAggregator_AnalyseReply(AsyncIO *IO)
 eNextState RSSAggregator_FinishHttp(AsyncIO *IO)
 {
        StopCurlWatchers(IO);
-       return QueueDBOperation(IO, RSSAggregator_AnalyseReply);
+       return CurlQueueDBOperation(IO, RSSAggregator_AnalyseReply);
 }
 
 /*