mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 00:03:56 -05:00
remove redundant memset 0 of connection entry after calloc.
This commit is contained in:
parent
1ee8cc51a8
commit
f9219d3368
1 changed files with 0 additions and 3 deletions
|
|
@ -72,9 +72,6 @@ int connections_init(void)
|
|||
return -1;
|
||||
}
|
||||
|
||||
for ( i = 0; i < dtblsize; i++ )
|
||||
memset( &connections[i], 0, sizeof(Connection) );
|
||||
|
||||
/*
|
||||
* per entry initialization of the Connection array initialization
|
||||
* will be done by connection_init()
|
||||
|
|
|
|||
Loading…
Reference in a new issue