ALT Linux Bugzilla
– Attachment #556: Fix typo for
bug #4983
New bug
|
Search
|
[?]
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
View
|
Details
|
Raw Unified
| Return to
bug 4983
Collapse All
|
Expand All
(-)
squid-2.5.STABLE6-orig/helpers/basic_auth/LDAP/squid_ldap_auth.c (-1 / +1 lines)
Lines 637-643
Link Here
637
ldap_unbind(bind_ld);
637
ldap_unbind(bind_ld);
638
bind_ld = NULL;
638
bind_ld = NULL;
639
}
639
}
640
return 0;
640
return ret;
641
}
641
}
642
642
643
int
643
int
Return to
bug 4983