diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 17:52:59 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 17:52:59 +0000 |
commit | 092ae175f070124ba0857429609e5613a4606934 (patch) | |
tree | 5c909b45fb934e7863e4445ed7a5dc6e613c3d9d /apt-pkg/acquire-item.cc | |
parent | 29628967c993d75db73a235e4fb1d4faaa028f9f (diff) |
* make apt-get source smarter about not downloading the same sources twice
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 88c25de43..1c5866a4a 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1037,7 +1037,7 @@ pkgAcqFile::pkgAcqFile(pkgAcquire *Owner,string URI,string MD5, else PartialSize = Buf.st_size; } - + QueueURI(Desc); } /*}}}*/ |