mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo .size -> .dsize in ldbm_datum_free()
This commit is contained in:
parent
9bef1a2bc1
commit
c35f2086d8
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ldbm_datum_free( LDBM ldbm, Datum data )
|
|||
if ( data.dptr ) {
|
||||
free( data.dptr );
|
||||
data.dptr = NULL;
|
||||
data.size = 0;
|
||||
data.dsize = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue