mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Remove unused variable
This commit is contained in:
parent
d9534e5e0d
commit
2316461b93
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue