summaryrefslogtreecommitdiff
path: root/methods/cdrom.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-02-25 13:26:58 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-02-25 13:26:58 +0000
commit2aab5956ebcaec3aa6c71f069a202366c872bb87 (patch)
tree7d8487416bf6076e406d91eae9a680f12249b9a2 /methods/cdrom.cc
parent1c5f7e5fc5c0377718d203e78d4af164ee3e60f8 (diff)
* fix for apt-get update removing the cdroms Release.gpg files
Diffstat (limited to 'methods/cdrom.cc')
-rw-r--r--methods/cdrom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/cdrom.cc b/methods/cdrom.cc
index d5987dc45..d8bb9522e 100644
--- a/methods/cdrom.cc
+++ b/methods/cdrom.cc
@@ -97,7 +97,7 @@ bool CDROMMethod::Fetch(FetchItem *Itm)
{
Res.LastModified = Itm->LastModified;
Res.IMSHit = true;
- Res.Filename = File;
+ Res.Filename = Itm->DestFile;
URIDone(Res);
return true;
}