]> git.saurik.com Git - apt.git/commitdiff
Defaults is a vector of Pin not of PkgPin
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 29 Jun 2011 21:16:00 +0000 (23:16 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 29 Jun 2011 21:16:00 +0000 (23:16 +0200)
apt-pkg/policy.cc
debian/changelog

index 291d83c67cf811f9ea2f7800584c7183325004fa..827c9145c396547929e92608d1e49cd140b959bf 100644 (file)
@@ -210,7 +210,7 @@ void pkgPolicy::CreatePin(pkgVersionMatch::MatchType Type,string Name,
 {
    if (Name.empty() == true)
    {
 {
    if (Name.empty() == true)
    {
-      Pin *P = &*Defaults.insert(Defaults.end(),PkgPin());
+      Pin *P = &*Defaults.insert(Defaults.end(),Pin());
       P->Type = Type;
       P->Priority = Priority;
       P->Data = Data;
       P->Type = Type;
       P->Priority = Priority;
       P->Data = Data;
index e527142c4d0683b660bf9a13afc9d887dbb66665..c4f7af623ceea6b60fe7ec80e6a949fa97bfe5e9 100644 (file)
@@ -14,8 +14,9 @@ apt (0.8.15.1) unstable; urgency=low
   * apt-pkg/policy.cc:
     - do not segfault in pinning if a package with this name doesn't exist.
       Thanks to Ferdinand Thommes for the report!
   * apt-pkg/policy.cc:
     - do not segfault in pinning if a package with this name doesn't exist.
       Thanks to Ferdinand Thommes for the report!
+    - Defaults is a vector of Pin not of PkgPin
 
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 29 Jun 2011 22:05:50 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 29 Jun 2011 23:15:35 +0200
 
 apt (0.8.15) unstable; urgency=low
 
 
 apt (0.8.15) unstable; urgency=low