reenable rpmdb::convertV3toV4
authorMichael Andres <ma@suse.de>
Fri, 20 May 2011 11:46:04 +0000 (13:46 +0200)
committerMichael Andres <ma@suse.de>
Fri, 20 May 2011 11:46:04 +0000 (13:46 +0200)
zypp/target/rpm/librpmDb.cv3.cc

index bbec8aa7b66055215c8bd2996de6eef5a5f7117a..cbd99d2ff5283c49c3baef3899382f413e85d762 100644 (file)
@@ -713,7 +713,7 @@ void convertV3toV4( const Pathname & v3db_r, const librpmDb::constPtr & v4db_r )
   report->start(v3db_r);
   try
   {
-    //internal_convertV3toV4( v3db_r, v4db_r, report );
+    internal_convertV3toV4( v3db_r, v4db_r, report );
   }
   catch (RpmException & excpt_r)
   {