From 6a2ba3bd3ae2120014f85b51ef7b47e66093372b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 6 Mar 2002 19:14:50 +0000 Subject: Make this compile. * providers/smtp/camel-smtp-transport.c (smtp_construct): Make this compile. svn path=/trunk/; revision=15946 --- camel/providers/smtp/camel-smtp-transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/smtp/camel-smtp-transport.c') diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 3ab0f2b122..310e2af2e7 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -160,7 +160,7 @@ smtp_construct (CamelService *service, CamelSession *session, if ((use_ssl = camel_url_get_param (url, "use_ssl"))) { /* Note: previous versions would use "" to toggle use_ssl to 'on' */ - if (!*use_url || !strcmp (use_ssl, "always")) + if (!*use_ssl || !strcmp (use_ssl, "always")) smtp_transport->flags |= CAMEL_SMTP_TRANSPORT_USE_SSL_ALWAYS; else if (!strcmp (use_ssl, "when-possible")) smtp_transport->flags |= CAMEL_SMTP_TRANSPORT_USE_SSL_WHEN_POSSIBLE; -- cgit v1.2.3