apt-pkg/acquire-item.cc: Fix pkgAcqFile::Custom600Headers() to always return something.
authorJulian Andres Klode <jak@debian.org>
Fri, 7 May 2010 07:20:34 +0000 (09:20 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 7 May 2010 07:20:34 +0000 (09:20 +0200)
apt-pkg/acquire-item.cc
debian/changelog

index 1f253bb..88cac7f 100644 (file)
@@ -1685,5 +1685,7 @@ string pkgAcqFile::Custom600Headers()
 {
    if (IsIndexFile)
       return "\nIndex-File: true";
+   else
+      return string();
 }
                                                                        /*}}}*/
index 004a890..265f5b5 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.7.26~exp5) UNRELEASED; urgency=low
+
+  * apt-pkg/acquire-item.cc:
+    - Fix pkgAcqFile::Custom600Headers() to always return something.
+
+ -- Julian Andres Klode <jak@debian.org>  Fri, 07 May 2010 09:18:45 +0200
+
 apt (0.7.26~exp4) experimental; urgency=low
 
   [ David Kalnischkies ]