diff options
author | Werner Koch <[email protected]> | 2010-07-26 14:01:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-07-26 14:01:32 +0000 |
commit | ca279dc707df0cdca43271ba02133327a138f625 (patch) | |
tree | 53cb5c3a804bb9c8ddffdc0a2bb0e3ecd8f22b40 /common/argparse.c | |
parent | Add new set_binary feature to estream (diff) | |
download | gnupg-ca279dc707df0cdca43271ba02133327a138f625.tar.gz gnupg-ca279dc707df0cdca43271ba02133327a138f625.zip |
Some work on the dirmngr
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/argparse.c b/common/argparse.c index aa7dc5b02..f6b599683 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -267,7 +267,7 @@ initialize( ARGPARSE_ARGS *arg, const char *filename, unsigned *lineno ) else jnlib_log_error (_("invalid option \"%.50s\"\n"), s); } - if ( arg->err != 1 ) + if (arg->err != ARGPARSE_PRINT_WARNING) exit (2); arg->err = 0; } |