s/assert/heim_assert/ and remove dead code
This commit is contained in:
@@ -95,7 +95,7 @@ DB_unlock(krb5_context context, HDB *db)
|
||||
db->lock_count--;
|
||||
return 0;
|
||||
}
|
||||
assert( db->lock_count == 1 );
|
||||
heim_assert(db->lock_count == 1, "HDB lock/unlock sequence does not match");
|
||||
db->lock_count--;
|
||||
|
||||
if(fd < 0) {
|
||||
|
Reference in New Issue
Block a user