This commit is contained in:
Kurt Zeilenga 2001-07-31 07:53:21 +00:00
parent b09727567d
commit 50223981d9

View File

@ -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 );