[Commits] [SCM] claws branch, master, updated. 3.11.1-20-ge53bedf
ticho at claws-mail.org
ticho at claws-mail.org
Sat Nov 15 21:37:49 CET 2014
The branch, master has been updated
via e53bedf008504990ecae100ff5931eed4b641823 (commit)
from 0ff3e0287ad189654ce9c24cb60570e624bc53c7 (commit)
Summary of changes:
src/common/smtp.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit e53bedf008504990ecae100ff5931eed4b641823
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Nov 15 21:37:39 2014 +0100
Get rid of a forgotten debug_print().
diff --git a/src/common/smtp.c b/src/common/smtp.c
index 4c818d8..615b19d 100644
--- a/src/common/smtp.c
+++ b/src/common/smtp.c
@@ -196,7 +196,6 @@ static gint smtp_auth_recv(SMTPSession *session, const gchar *msg)
if (!strncmp(msg, "334 ", 4)) {
tmp = g_base64_encode(session->user, strlen(session->user));
- debug_print("|%s|\n", tmp);
if (session_send_msg(SESSION(session), SESSION_MSG_NORMAL,
tmp) < 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list