aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/gpg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index e02b80b76..057c19190 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2513,8 +2513,8 @@ main (int argc, char **argv)
pargs.flags |= (ARGPARSE_FLAG_RESET
| ARGPARSE_FLAG_KEEP
| ARGPARSE_FLAG_SYS
- | ARGPARSE_FLAG_USER);
- /* FIXME: Add an option to allow for version specific config files. */
+ | ARGPARSE_FLAG_USER
+ | ARGPARSE_FLAG_USERVERS);
/* By this point we have a homedir, and cannot change it. */
check_permissions (gnupg_homedir (), 0);