mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
b09727567d
commit
50223981d9
@ -86,7 +86,7 @@ retry: if( tid != NULL ) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
if( bdb->bi_lastid > id ) id = bdb_lastid;
|
||||
if( bdb->bi_lastid > id ) id = bdb->bi_lastid;
|
||||
|
||||
id++;
|
||||
data.size = sizeof( id );
|
||||
|
Loading…
Reference in New Issue
Block a user