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
ingo Voss
OpenLDAP
Commits
df74409d
Commit
df74409d
authored
Oct 24, 2003
by
Howard Chu
Browse files
Fix prev commit
parent
01f7a746
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
df74409d
...
...
@@ -142,7 +142,9 @@ int connections_destroy(void)
ldap_pvt_thread_mutex_destroy
(
&
connections
[
i
].
c_write_mutex
);
ldap_pvt_thread_cond_destroy
(
&
connections
[
i
].
c_write_cv
);
#ifdef LDAP_SLAPI
slapi_x_free_object_extensions
(
SLAPI_X_EXT_CONNECTION
,
&
connections
[
i
]
);
if
(
slapi_plugins_used
)
{
slapi_x_free_object_extensions
(
SLAPI_X_EXT_CONNECTION
,
&
connections
[
i
]
);
}
#endif
}
}
...
...
Write
Preview
Markdown
is supported
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