* 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 75335b9..ba7389c 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))
    {