Skip to content
Snippets Groups Projects
Commit 50223981 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo

parent b0972756
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment