adapt commit() api
authorKlaus Kaempf <kkaempf@suse.de>
Wed, 8 Feb 2006 16:06:55 +0000 (16:06 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Wed, 8 Feb 2006 16:06:55 +0000 (16:06 +0000)
zmd/backend/transact.cc

index 65bbaeb..3a74468 100644 (file)
@@ -82,7 +82,8 @@ main (int argc, char **argv)
        return 1;
     try {
        God->initTarget("/", true);
-       God->target()->commit(God->pool());
+       PoolItemList x,y,z;
+       God->target()->commit(God->pool(), 0, x, y, z);
     }
     catch ( Exception & expt_r ) {
        ZYPP_CAUGHT( expt_r );