[gq-commit] gq/src util.c,1.74,1.75
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-19 12:31:53
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv30586 Modified Files: util.c Log Message: * Fixed error-handling for quiet open_connection calls Index: util.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/util.c,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** util.c 18 Oct 2003 08:27:00 -0000 1.74 --- util.c 19 Oct 2003 11:51:35 -0000 1.75 *************** *** 414,419 **** } ! if (!server->quiet) error_flush(open_context); ! #warning "ADD error_clear" if (rc != LDAP_SUCCESS) { if (newpw) server->enteredpw[0] = 0; --- 414,420 ---- } ! if (server->quiet) error_clear(open_context); ! error_flush(open_context); ! if (rc != LDAP_SUCCESS) { if (newpw) server->enteredpw[0] = 0; |