Fix test of uninit'd rc at LOCK_ID

This commit is contained in:
Howard Chu 2002-09-13 12:32:08 +00:00
parent 2e6a83049e
commit a8297e6d22

View File

@ -81,7 +81,7 @@ bdb_group(
if ( txn ) {
locker = TXN_ID( txn );
} else {
LOCK_ID ( bdb->bi_dbenv, &locker );
rc = LOCK_ID ( bdb->bi_dbenv, &locker );
switch(rc) {
case 0:
break;