]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.cc
get dpkg lock in build-dep if cache was invalid again
[apt.git] / apt-pkg / cachefile.cc
index 6db0749d4d217cb5f550035a1f48479799c7da41..909da5cb4d6fe25a69aa6707e0317cd8a8e65666 100644 (file)
@@ -238,6 +238,7 @@ bool pkgCacheFile::AddIndexFile(pkgIndexFile * const File)          /*{{{*/
       ExternOwner = false;
       Map = NULL;
    }
+   _system->UnLock(true);
    return true;
 }
                                                                        /*}}}*/