RSSClient: stop curl watchers on emergency shutdown.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jun 2012 15:44:09 +0000 (17:44 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jun 2012 15:44:09 +0000 (17:44 +0200)
citadel/modules/rssclient/serv_rssclient.c

index 00c32971db81763ada94e14fdb363cac8b173a9a..c1e08b81135ed2a4d2613ff67315324a9776448f 100644 (file)
@@ -224,7 +224,7 @@ eNextState RSSAggregator_ShutdownAbort(AsyncIO *IO)
 
        EVRSSC_syslog(LOG_DEBUG, "RSS: Aborting by shutdown: %s.\n", pUrl);
 
-
+       StopCurlWatchers(IO);
        UnlinkRSSAggregator(RSSAggr);
        return eAbort;
 }