diff options
author | msvensson@pilot.blaudden <> | 2007-04-10 17:06:36 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-04-10 17:06:36 +0200 |
commit | 73c6cde9d47d744185f1b7d219421394a171b124 (patch) | |
tree | 6c8bee735ea1bea1491363c10d3b12aa5e42e053 /client | |
parent | da2a21689573da2b68d852495c1b5bb85215b41a (diff) | |
download | mariadb-git-73c6cde9d47d744185f1b7d219421394a171b124.tar.gz |
Init dying to 1 just after passing the guard
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 6fcecf7fbef..c4bd2712549 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -837,6 +837,7 @@ void die(const char *fmt, ...) */ if (dying) cleanup_and_exit(1); + dying= 1; /* Print the error message */ fprintf(stderr, "mysqltest: "); |