RSSyl: Variable typo fix in Windows-specific code.
[claws.git] / src / plugins / rssyl / rssyl_update_feed.c
index 0f336169063de2b09f959cbad633721d09d7d6bc..284b5485ae24d39b3c1ac3282131ec69db3037f7 100644 (file)
@@ -195,7 +195,7 @@ RFetchCtx *rssyl_prep_fetchctx_from_url(gchar *url)
        feed_set_cookies_path(ctx->feed, rssyl_prefs_get()->cookies_path);
        feed_set_ssl_verify_peer(ctx->feed, rssyl_prefs_get()->ssl_verify_peer);
 #ifdef G_OS_WIN32
-       if (!g_ascii_strncasecmp(ritem->url, "https", 5)) {
+       if (!g_ascii_strncasecmp(url, "https", 5)) {
                feed_set_cacert_file(ctx->feed, claws_ssl_get_cert_file());
                debug_print("RSSyl: using cert file '%s'\n", feed_get_cacert_file(ctx->feed));
        }