[gnome-online-accounts/gnome-3-8] smtp-auth-plain: It is PLAIN, not PLAN
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-8] smtp-auth-plain: It is PLAIN, not PLAN
- Date: Tue, 12 Mar 2013 10:49:59 +0000 (UTC)
commit e0342a321e02b34ca89096bb6ca2a258f199ddba
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Mar 9 21:27:43 2013 +0100
smtp-auth-plain: It is PLAIN, not PLAN
src/goabackend/goasmtpauthplain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goasmtpauthplain.c b/src/goabackend/goasmtpauthplain.c
index 9a37d77..bb783bd 100644
--- a/src/goabackend/goasmtpauthplain.c
+++ b/src/goabackend/goasmtpauthplain.c
@@ -628,7 +628,7 @@ goa_smtp_auth_plain_run_sync (GoaMailAuth *_auth,
auth_arg_base64 = g_base64_encode ((guchar *) auth_arg_plain, auth_arg_plain_len);
request = g_strdup_printf ("AUTH PLAIN %s\r\n", auth_arg_base64);
- g_debug ("> AUTH PLAN ********************");
+ g_debug ("> AUTH PLAIN ********************");
if (!g_data_output_stream_put_string (output, request, cancellable, error))
goto out;
g_clear_pointer (&request, g_free);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]