diff options
author | serg@serg.mylan <> | 2004-08-26 18:22:22 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-26 18:22:22 +0200 |
commit | 08f3ba0e29aefb9aae54534fcd9f799eccf8ffc6 (patch) | |
tree | 3e3e91346cc6f95a8628a4dbaaacb94646c02511 /tests/client_test.c | |
parent | 5633414c8fe3ad9630f75c1d6fd8d78596c6ab8e (diff) | |
download | mariadb-git-08f3ba0e29aefb9aae54534fcd9f799eccf8ffc6.tar.gz |
after merge
Diffstat (limited to 'tests/client_test.c')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index de77d4517dd..825e866315e 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -10142,7 +10142,7 @@ static void get_options(int argc, char **argv) int ho_error; if ((ho_error= handle_options(&argc, &argv, client_test_long_options, - get_one_option))) + get_one_option, 0))) exit(ho_error); if (tty_password) |