Closed
Bug 77374
Opened 24 years ago
Closed 21 years ago
ldapArgs defines $opt_v
Categories
(Directory Graveyard :: PerLDAP, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mozbugs, Assigned: leif)
Details
calling ldapArgs seems to define $opt_v even if it wasn't defined before. If the
rest of the script uses $opt_v for whatever reason, things like this will always
show as true:
print "Couldn't connect\n" if $opt_v;
Comment 1•24 years ago
|
||
Reversing database corruption. Pay no attention to the man behind the curtain.
QA Contact: mystery.user
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•21 years ago
|
||
Not sure if or when this was fixed, but in the dev branch (devel-branch-1_4_2)
this doesn't seem to happen.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•