mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Fix datum typo.
This commit is contained in:
parent
aacfd00141
commit
8777f818dc
@ -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 New Issue
Block a user