summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsystem.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:05:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:05:07 +0000
commitefef4fd3412a2993f74ecc65d423fb6ab35c6145 (patch)
treef16bc4413e3354e02ce811ebe7af4729632c1029 /apt-pkg/deb/debsystem.cc
parent8d74e2ddeb17670c00996a44c78cb85d762355b9 (diff)
* Initialize StatusFile in debSystem (Closes: #229791)
Author: mdz Date: 2004-01-26 17:01:53 GMT * Initialize StatusFile in debSystem (Closes: #229791)
Diffstat (limited to 'apt-pkg/deb/debsystem.cc')
-rw-r--r--apt-pkg/deb/debsystem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc
index 5a4cbe654..0b3a4f742 100644
--- a/apt-pkg/deb/debsystem.cc
+++ b/apt-pkg/deb/debsystem.cc
@@ -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;