From 7c49549a00c2be19e476153255cb7115a79c2bf8 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Apr 2005 15:55:46 +0000 Subject: * alway call pkgApplyStatus() in DepCache.Init() --- python/depcache.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/depcache.cc') diff --git a/python/depcache.cc b/python/depcache.cc index 8a8cb22d..ae6da3b9 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -66,6 +66,8 @@ static PyObject *PkgDepCacheInit(PyObject *Self,PyObject *Args) Struct.depcache->Init(0); } + pkgApplyStatus(*Struct.depcache); + Py_INCREF(Py_None); return HandleErrors(Py_None); } -- cgit v1.2.3