зеркало из https://github.com/mozilla/pjs.git
Fix bug # 177778 - ldap_set_option( NULL, ... ) resets ldap_debug to zero.
This commit is contained in:
Родитель
0f8e5bbf33
Коммит
e36dfed96b
|
@ -46,7 +46,7 @@ static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of
|
|||
#endif
|
||||
|
||||
#ifdef LDAP_DEBUG
|
||||
int ldap_debug;
|
||||
int ldap_debug = 0;
|
||||
#endif
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
|
|
@ -85,10 +85,6 @@ ldap_set_option( LDAP *ld, int option, const void *optdata )
|
|||
*/
|
||||
if ( ld == NULL ) {
|
||||
ld = &nsldapi_ld_defaults;
|
||||
#ifdef LDAP_DEBUG
|
||||
ldap_debug = 0;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче