Skip to content
Snippets Groups Projects
Commit 426ca14a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

silence warning

parent 756d35cb
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ slap_op_alloc(
Operation *op;
ldap_pvt_thread_mutex_lock( &slap_op_mutex );
if (op = LDAP_STAILQ_FIRST( &slap_free_ops )) {
if ((op = LDAP_STAILQ_FIRST( &slap_free_ops ))) {
LDAP_STAILQ_REMOVE_HEAD( &slap_free_ops, o_next );
}
ldap_pvt_thread_mutex_unlock( &slap_op_mutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment