Browse Source

Init dying to 1 just after passing the guard

pull/374/head
unknown 19 years ago
parent
commit
3120134a0a
  1. 1
      client/mysqltest.c

1
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: ");

Loading…
Cancel
Save