diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:14 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:14 +0000 |
commit | 9df71a5bdf6b2d7cf0526a52b334779df8cec42c (patch) | |
tree | 54761d0590866a2b842b8e1dc76ff2bba157f4b8 /apt-pkg | |
parent | d556d1a1cc89e0f99d1b76fd6da72fd0174f5862 (diff) |
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
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/acquire-item.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |