Closed
Bug 177778
Opened 23 years ago
Closed 23 years ago
ldap_set_option( NULL, ... ) resets ldap_debug to zero
Categories
(Directory Graveyard :: LDAP C SDK, defect, P2)
Directory Graveyard
LDAP C SDK
Tracking
(Not tracked)
RESOLVED
FIXED
5.11
People
(Reporter: mcs, Assigned: mcs)
Details
Attachments
(1 file)
|
1.44 KB,
patch
|
Details | Diff | Splinter Review |
A call to ldap_set_option() with a NULL ld (to set global defaults) always
resets the internal ldap_debug variable to zero, which disables debugging. This
is annoying and trivial to fix.
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Whiteboard: tm511
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → 5.11
| Assignee | ||
Updated•23 years ago
|
Attachment #104786 -
Flags: review?(djani)
Comment 3•23 years ago
|
||
looks good.
| Assignee | ||
Comment 4•23 years ago
|
||
Fixed on the trunk:
mozilla/directory/c-sdk/ldap/libraries/libldap/open.c
new revision: 5.2; previous revision: 5.1
mozilla/directory/c-sdk/ldap/libraries/libldap/setoption.c
new revision: 5.2; previous revision: 5.1
Fix bug # 177778 - ldap_set_option( NULL, ... ) resets ldap_debug to zero.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: tm511
Updated•23 years ago
|
Attachment #104786 -
Flags: review?(djani)
You need to log in
before you can comment on or make changes to this bug.
Description
•