--- deliantra/server/ext/map-tags.ext 2007/09/13 12:36:25 1.6 +++ deliantra/server/ext/map-tags.ext 2007/09/13 16:16:36 1.7 @@ -79,7 +79,7 @@ # we don't actually care if it succeeds or not, as we # will just retry an hour later - BDB::db_txn_commit $txn; + BDB::db_txn_finish $txn; # warn "tag-updated $file (= $key) $hash\n";#d# } @@ -128,7 +128,7 @@ for my $tag (@{ $tags || [] }) { remove_tag_target $txn, $tag, $key; } - BDB::db_txn_commit $txn; + BDB::db_txn_finish $txn; } }