X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.c;h=bbdbc4684f95131d5e3fa992828ef35da34722ef;hb=7e9b24118b1b19997d26b68ed86c6e1f8acf6f00;hp=9e5d6119319a362aa846761dd4e3f89815b671ce;hpb=6cbacba202dd905143b199c5b4734968e172caaa;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.c b/citadel/modules/smtp/smtp_clienthandlers.c index 9e5d61193..bbdbc4684 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.c +++ b/citadel/modules/smtp/smtp_clienthandlers.c @@ -326,8 +326,8 @@ eNextState SMTPC_send_authplain_2(SmtpOutMsg *Msg) encodedlen = CtdlEncodeBase64( encoded, - Msg->pCurrRelay->User, - strlen(Msg->pCurrRelay->User), + Msg->pCurrRelay->Pass, + strlen(Msg->pCurrRelay->Pass), 0); StrBufPlain(Msg->IO.SendBuf.Buf,