aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index 3f66d6a462..ef06eb71ec 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -218,7 +218,7 @@ remote_connect (CamelService *service, CamelException *ex)
#ifdef HAVE_NSS
if (store->use_ssl)
- tcp_stream = camel_tcp_stream_ssl_new (service->session, service->url->host);
+ tcp_stream = camel_tcp_stream_ssl_new (service, service->url->host);
else
tcp_stream = camel_tcp_stream_raw_new ();
#else