summaryrefslogtreecommitdiff
path: root/methods/gpgv.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-12-21 13:26:33 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-12-21 13:26:33 +0100
commit6ad4feb6e2c4dc7badfdfd57c0110d58567d7a7a (patch)
tree8c0487dcbdf4563aefe40afc2cc2b71e3a6e7e56 /methods/gpgv.cc
parent8076139ead08124e86be5f993baa8a43c22b0137 (diff)
parentf00d26304c1febd47d5d9aefdcb9dd7e25f4058c (diff)
merged with mvo branch
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r--methods/gpgv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gpgv.cc b/methods/gpgv.cc
index 01b240856..1ed26a30a 100644
--- a/methods/gpgv.cc
+++ b/methods/gpgv.cc
@@ -83,6 +83,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
Args[i++] = gpgvpath.c_str();
Args[i++] = "--status-fd";
Args[i++] = "3";
+ Args[i++] = "--ignore-time-conflict";
Args[i++] = "--keyring";
Args[i++] = pubringpath.c_str();