mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
Fix datum typo.
This commit is contained in:
parent
aacfd00141
commit
8777f818dc
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ idl_fetch_one(
|
|||
IDList *idl;
|
||||
|
||||
#ifdef HAVE_BERKELEY_DB2
|
||||
datum k2;
|
||||
Datum k2;
|
||||
memset( &k2, 0, sizeof( k2 ) );
|
||||
memset( &data, 0, sizeof( data ) );
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue