]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
cmdline/apt-key: add explaination when importing new keys
[apt.git] / cmdline / apt-get.cc
index 5f46dd605a95e7816eaac1a25a28c27503b20f23..258133c194b711b9bc2137060e9af5755a6516ce 100644 (file)
@@ -1374,7 +1374,7 @@ bool DoUpdate(CommandLine &CmdL)
 
    // do the work
    CacheFile Cache;
-   bool res = Cache.ListUpdate(Stat, List);
+   bool res = ListUpdate(Stat, List);
      
    // Rebuild the cache.   
    if (Cache.BuildCaches() == false)