diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-21 21:37:29 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-21 21:37:29 +0100 |
commit | 9ca211909a53bd0e9190aa872d3dfb9a07f73c8f (patch) | |
tree | 24be8f3e1c40d45873795476958153313c83878f /tests/openpgp-auth.c | |
parent | 03901f2c38bbd642fb8b4a635a73b6f144861b47 (diff) | |
download | gnutls-9ca211909a53bd0e9190aa872d3dfb9a07f73c8f.tar.gz |
use return instead of exit
Diffstat (limited to 'tests/openpgp-auth.c')
-rw-r--r-- | tests/openpgp-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp-auth.c b/tests/openpgp-auth.c index 6b67cab51b..03bedca78e 100644 --- a/tests/openpgp-auth.c +++ b/tests/openpgp-auth.c @@ -185,7 +185,7 @@ doit () gnutls_certificate_free_credentials (cred); gnutls_free(stored_cli_cert.data); gnutls_global_deinit (); - exit(0); + return; } else { |