projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5efcb
)
RSSyl: Variable typo fix in Windows-specific code.
author
Andrej Kacian
<ticho@claws-mail.org>
Tue, 30 Jun 2015 12:46:32 +0000
(14:46 +0200)
committer
Andrej Kacian
<ticho@claws-mail.org>
Tue, 30 Jun 2015 20:29:48 +0000
(22:29 +0200)
src/plugins/rssyl/rssyl_update_feed.c
patch
|
blob
|
history
diff --git
a/src/plugins/rssyl/rssyl_update_feed.c
b/src/plugins/rssyl/rssyl_update_feed.c
index 0f336169063de2b09f959cbad633721d09d7d6bc..284b5485ae24d39b3c1ac3282131ec69db3037f7 100644
(file)
--- a/
src/plugins/rssyl/rssyl_update_feed.c
+++ b/
src/plugins/rssyl/rssyl_update_feed.c
@@
-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));
}