From 01aa134cb6275248784cd010bd0524ac172998bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 11 Aug 2010 11:15:07 +0000 Subject: [PATCH] * we don't have newmsgs anymore. --- webcit/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/auth.c b/webcit/auth.c index 7d369b2cb..0734e2bf6 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -168,7 +168,7 @@ void become_logged_in(const StrBuf *user, const StrBuf *pass, StrBuf *serv_respo const char *pch; pch = ChrPtr(Buf) + 4; - WCC->new_mail = StrBufExtractNext_long(Buf, &pch, '|'); + /*WCC->new_mail =*/ StrBufExtractNext_long(Buf, &pch, '|'); WCC->need_regi = StrBufExtractNext_long(Buf, &pch, '|'); WCC->need_vali = StrBufExtractNext_long(Buf, &pch, '|'); if (WCC->cs_inet_email == NULL) -- 2.30.2