RSSClient: Add the location header provided URL to the error message, if we fail...
[citadel.git] / citadel / modules / rssclient / rss_atom_parser.h
index da4c6161f3f1fa3d79afe73daae2bfedd501a834..a9ff561c5a8fe5c49bc7a333e7e236366ded2650 100644 (file)
@@ -102,6 +102,7 @@ struct rss_aggregator {
        time_t           last_error_when;
        time_t           next_poll;
        StrBuf          *Url;
+       StrBuf          *RedirectUrl;
        StrBuf          *rooms;
        pRSSConfig       Cfg;
        HashList        *OtherQRnumbers;