mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove unused variable
This commit is contained in:
parent
d9534e5e0d
commit
2316461b93
@ -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 New Issue
Block a user