Initialize history_out always with NULL so apt will not segfault later
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 3 Apr 2010 15:57:41 +0000 (17:57 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 3 Apr 2010 15:57:41 +0000 (17:57 +0200)
commit5e8b2b74ab565ffb72e035ce89a7a991d4de3dcf
treea1c70dc832b3b3e5dc2ad85cb250481ae8e1f968
parentc753eec1d192a56e7f4ba1b07ae766b740185a3f
Initialize history_out always with NULL so apt will not segfault later
in the event of a failure in OpenLog() (which will happen if called with
Debug::NoLocking as user)
apt-pkg/deb/dpkgpm.cc