Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370761
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- mod_auth_imap.c.orig        2006-05-07 18:22:43.000000000 -0500
0
++ mod_auth_imap.c     2011-03-26 00:07:35.000000000 -0500
Lines 188-193 Link Here
188
    tcp_puts(Sock,buf);
188
    tcp_puts(Sock,buf);
189
    tcp_gets(Sock,result,500);
189
    tcp_gets(Sock,result,500);
190
    //skip lines that start with "*"
191
    if (strncmp(result,"* ",2) == 0) {
192
       tcp_gets(Sock,result,500);
193
    }
194
190
    if (strncmp(result,"A002 OK",7) == 0) {
195
    if (strncmp(result,"A002 OK",7) == 0) {
191
        if (logflag) {
196
        if (logflag) {
192
            ap_log_rerror(APLOG_MARK,APLOG_WARNING|APLOG_NOERRNO,0,r,"mod_auth_imap: Verified login
197
            ap_log_rerror(APLOG_MARK,APLOG_WARNING|APLOG_NOERRNO,0,r,"mod_auth_imap: Verified login

Return to bug 370761