From: Tom C. <tom...@us...> - 2004-09-06 17:29:32
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10089 Modified Files: Tag: stable-1_2 auth.c Log Message: clean up 'file error 6' error message Index: auth.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/auth.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- auth.c 14 Jan 2004 15:59:50 -0000 1.3 +++ auth.c 6 Sep 2004 17:29:23 -0000 1.3.2.1 @@ -124,7 +124,7 @@ GetValue(TmpBuf, ip_value, "ip_addr=", sizeof(ip_value)); if ( strcmp(ip_addr, ip_value) != 0 ) { unlink(TmpBuf1); - sprintf(StatusMessage, "%s %d (%s != %s .. %s)\n", get_html_text("150"), 6, ip_addr, ip_value, TmpBuf); + sprintf(StatusMessage, "%s %d (%s != %s)\n", get_html_text("150"), 6, ip_addr, ip_value); show_login(); vclose(); exit(0); |