* temporary solution to our ser_readln migration: have a buffer on the session, read...
[citadel.git] / webcit / auth.c
index 3f4a4e7833757e6e915c7eb6585d8bfbc03dbafe..56228f7b7fc41033aa698d6be51307f94d4a42b9 100644 (file)
@@ -153,7 +153,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)