]> git.saurik.com Git - apt.git/commitdiff
* methods/gpgv.cc: typo
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 1 May 2006 14:17:08 +0000 (16:17 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 1 May 2006 14:17:08 +0000 (16:17 +0200)
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))
    {