summaryrefslogtreecommitdiff
path: root/client/thread_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/thread_test.c')
-rw-r--r--client/thread_test.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/client/thread_test.c b/client/thread_test.c
index 10183ca5150..2900ab712e2 100644
--- a/client/thread_test.c
+++ b/client/thread_test.c
@@ -173,11 +173,7 @@ static void get_options(int argc, char **argv)
load_defaults("my",load_default_groups,&argc,&argv);
if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option)))
- {
- printf("%s: handle_options() failed with error %d\n", my_progname,
- ho_error);
- exit(1);
- }
+ exit(ho_error);
free_defaults(argv);
if (tty_password)