]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.cc
merge lp:~mvo/apt/ubuntu-mirror-method-improvements
[apt.git] / apt-pkg / acquire-method.cc
index 3008c8d1a2a18a776f7d9561ca5c02b4ea902873..6e021a445709233553c27450e0b869f454662729 100644 (file)
@@ -381,6 +381,7 @@ int pkgAcqMethod::Run(bool Single)
            if (StrToTime(LookupTag(Message,"Last-Modified"),Tmp->LastModified) == false)
               Tmp->LastModified = 0;
            Tmp->IndexFile = StringToBool(LookupTag(Message,"Index-File"),false);
+           Tmp->FailIgnore = StringToBool(LookupTag(Message,"Fail-Ignore"),false);
            Tmp->Next = 0;
            
            // Append it to the list