mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
more cleanup
This commit is contained in:
parent
6fd2aa4e84
commit
c7d5811b78
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue