From 002f51031acfb01b4af36ceec190557a7e3422b4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 15 May 2009 11:16:28 +0000 Subject: Fix bug #1053 Add option --qualitybar to command GET_PASSPHRASE. --- agent/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'agent/cache.c') diff --git a/agent/cache.c b/agent/cache.c index addd1e8e1..10f9ef65a 100644 --- a/agent/cache.c +++ b/agent/cache.c @@ -194,8 +194,8 @@ agent_flush_cache (void) with a maximum lifetime of TTL seconds. If there is already data under this key, it will be replaced. Using a DATA of NULL deletes the entry. A TTL of 0 is replaced by the default TTL and a TTL of - -1 set infinite timeout. CACHE_MODE is stored with the cache entry - and used t select different timeouts. */ + -1 set infinite timeout. CACHE_MODE is stored with the cache entry + and used to select different timeouts. */ int agent_put_cache (const char *key, cache_mode_t cache_mode, const char *data, int ttl) -- cgit v1.2.3