]> git.saurik.com Git - apt.git/commitdiff
* Initialize StatusFile in debSystem (Closes: #229791)
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:07 +0000 (17:05 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:07 +0000 (17:05 +0000)
Author: mdz
Date: 2004-01-26 17:01:53 GMT
* Initialize StatusFile in debSystem (Closes: #229791)

apt-pkg/deb/debsystem.cc
debian/changelog

index 5a4cbe6542e88dfe1b7260f57ba68264824afcda..0b3a4f74293b8cb89e191ce819defd55fd95517a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: debsystem.cc,v 1.3 2001/04/29 05:13:51 jgg Exp $
+// $Id: debsystem.cc,v 1.4 2004/01/26 17:01:53 mdz Exp $
 /* ######################################################################
 
    System - Abstraction for running on different systems.
@@ -37,6 +37,7 @@ debSystem::debSystem()
 {
    LockFD = -1;
    LockCount = 0;
+   StatusFile = 0;
    
    Label = "Debian dpkg interface";
    VS = &debVS;
index 53db8e14582927013bf1266257a31e0b0f512233..e639ed49feb5b06057e8eb1eb1f3659b7c34acf9 100644 (file)
@@ -2,6 +2,7 @@ apt (0.5.22) unstable; urgency=low
 
   * Updated French translation of man pages from Philippe Batailler
     <philippe.batailler@free.fr> (Closes: #203119)
+  * Initialize StatusFile in debSystem (Closes: #229791)
 
  --