Skip to content
Snippets Groups Projects
Commit 2316461b authored by Luke Howard's avatar Luke Howard
Browse files

Remove unused variable

parent d9534e5e
No related branches found
No related tags found
No related merge requests found
......@@ -1903,8 +1903,6 @@ connection_fake_init(
void
connection_assign_nextid( Connection *conn )
{
int rc;
ldap_pvt_thread_mutex_lock( &conn_nextid_mutex );
conn->c_connid = conn_nextid++;
ldap_pvt_thread_mutex_unlock( &conn_nextid_mutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment