summaryrefslogtreecommitdiff
path: root/methods/gpgv.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-01 16:17:08 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-01 16:17:08 +0200
commitb2c220756c2c571595765ca23da48c611b88d057 (patch)
tree17b75a4d399bfaff754cd76badd9fac7ca866e0f /methods/gpgv.cc
parentda9ed163ca5ebe6dd33fda2679107bcbd3ffaa71 (diff)
* methods/gpgv.cc: typo
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r--methods/gpgv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/gpgv.cc b/methods/gpgv.cc
index 75335b9b8..ba7389cba 100644
--- a/methods/gpgv.cc
+++ b/methods/gpgv.cc
@@ -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))
{