Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a718cb33
Commit
a718cb33
authored
Nov 19, 2003
by
Howard Chu
Browse files
Unbind all connections on shutdown
parent
91e69fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slurpd/ri.c
View file @
a718cb33
...
...
@@ -169,6 +169,10 @@ Ri_process(
re
=
new_re
;
rq
->
rq_unlock
(
rq
);
if
(
sglob
->
slurpd_shutdown
)
{
if
(
ri
->
ri_ldp
)
{
ldap_unbind
(
ri
->
ri_ldp
);
ri
->
ri_ldp
=
NULL
;
}
return
0
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment