diff options
author | Werner Koch <[email protected]> | 2002-08-22 09:47:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-22 09:47:39 +0000 |
commit | 26f4dbc64b151b2e8f7c545903726b88c4cf1e00 (patch) | |
tree | 057bd94b3508b465cdf3ffa9f1e8ee308ea7feec /agent/gpg-agent.c | |
parent | * import.c (print_imported_summary): Cleaned up. Print new (diff) | |
download | gnupg-26f4dbc64b151b2e8f7c545903726b88c4cf1e00.tar.gz gnupg-26f4dbc64b151b2e8f7c545903726b88c4cf1e00.zip |
* query.c (agent_askpin): Provide the default desc text dependingNEWPG-0-9-1
on the pininfo. Do the basic PIN verification only when
min_digist is set.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 73569b8d6..a29737089 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -732,7 +732,7 @@ handle_signal (int signo) cleanup (); agent_exit (0); } - break; + break; case SIGINT: log_info ("SIGINT received - immediate shutdown\n"); |