summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-14 11:26:48 +0100
committerYorhel <git@yorhel.nl>2008-11-14 11:26:48 +0100
commit4b2474e7972c63de91e5de2082ef3269afc8fb2e (patch)
treef5e48933ee8e47f332f66672cfbca038858e2ec6 /util/vndb.pl
parentcb196de6bc61c9f513a564643926bee656758450 (diff)
Fixed vndb->multi synchronisation bug
First commit, then allow Multi to do it's work... otherwise Multi can't see the database changes we've just made
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 2901cdbb..15690e81 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -44,6 +44,7 @@ sub reqinit {
sub reqdone {
my $self = shift;
+ $self->dbCommit;
$self->multiCmd;
}