From cc1623fa891df4bbec06b08bf8759558c69e7ccb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 2 Mar 2001 19:20:39 +0000 Subject: oops, the return code is 235 on success, not 234 svn path=/trunk/; revision=8526 --- camel/providers/smtp/camel-smtp-transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 8ad1b556e3..f4f7bd8bb3 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -664,7 +664,7 @@ smtp_auth (CamelSmtpTransport *transport, const char *mech, CamelException *ex) } /* check that the server says we are authenticated */ - if (!respbuf || strncmp (respbuf, "234", 3)) { + if (!respbuf || strncmp (respbuf, "235", 3)) { g_free (respbuf); goto lose; } -- cgit v1.2.3