mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
more cleanup
This commit is contained in:
parent
6fd2aa4e84
commit
c7d5811b78
@ -179,8 +179,8 @@ add(
|
||||
{
|
||||
Datum key, data;
|
||||
|
||||
memset( &key, 0, sizeof( key ));
|
||||
memset( &data, 0, sizeof( data ));
|
||||
memset( &key, 0, sizeof( key ));
|
||||
memset( &data, 0, sizeof( data ));
|
||||
|
||||
key.dptr = s;
|
||||
key.dsize = strlen( key.dptr ) + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user