dblink: fix broken counter references
authorZac Medico <zmedico@gentoo.org>
Thu, 12 May 2011 05:38:47 +0000 (22:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 May 2011 05:38:47 +0000 (22:38 -0700)
pym/portage/dbapi/vartree.py

index 079743c90d89fd9279838b547a51b385d7e67c40..1edda244c339aa846e4fa525066667243e412552 100644 (file)
@@ -3915,10 +3915,10 @@ class dblink(object):
 
                return self._merge(mergeroot, inforoot,
                                myebuild=myebuild, cleanup=cleanup,
-                               mydbapi=mydbapi, prev_mtimes=prev_mtimes)
+                               mydbapi=mydbapi, prev_mtimes=prev_mtimes, counter=counter)
 
        def _merge(self, mergeroot, inforoot, myroot=None, myebuild=None, cleanup=0,
-               mydbapi=None, prev_mtimes=None):
+               mydbapi=None, prev_mtimes=None, counter=None):
                """
                @param myroot: ignored, self._eroot is used instead
                """