]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
* cmdline/apt-get.cc:
[apt.git] / methods / gpgv.cc
index 75335b9b852f05437a6bd47fe04198a1efa84818..ba7389cbaef5a6188cfff4f48bc32ceee12ec50a 100644 (file)
@@ -40,7 +40,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
 {
    // setup a (empty) stringstream for formating the return value
    std::stringstream ret;
-   res.str("");
+   ret.str("");
 
    if (_config->FindB("Debug::Acquire::gpgv", false))
    {