aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 20d781cf3..d6d518b2d 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -3023,7 +3023,7 @@ main( int argc, char **argv )
case aRebuildKeydbCaches:
if (argc)
wrong_args ("--rebuild-keydb-caches");
- keydb_rebuild_caches ();
+ keydb_rebuild_caches (1);
break;
#ifdef ENABLE_CARD_SUPPORT