From 9df71a5bdf6b2d7cf0526a52b334779df8cec42c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:14 +0000 Subject: failure code if package files could not be downloaded Author: jgg Date: 1999-07-10 05:32:25 GMT failure code if package files could not be downloaded --- apt-pkg/acquire-item.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apt-pkg/acquire-item.cc') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 5863fcfb4..25839f85c 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.cc,v 1.32 1999/06/06 06:58:36 jgg Exp $ +// $Id: acquire-item.cc,v 1.33 1999/07/10 05:32:25 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -323,7 +323,6 @@ void pkgAcqIndexRel::Done(string Message,unsigned long Size,string MD5) /* */ void pkgAcqIndexRel::Failed(string Message,pkgAcquire::MethodConfig *Cnf) { - // This is the retry counter if (Cnf->LocalOnly == true || StringToBool(LookupTag(Message,"Transient-Failure"),false) == false) { -- cgit v1.2.3