mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Another bugfix by Oleg Loa. Never terminate the server when GBAK is running as a service.
This commit is contained in:
parent
b53669830c
commit
3ca23b5789
@ -1004,7 +1004,7 @@ static void prompt_for_name(SCHAR* name, int length)
|
||||
BURP_msg_get(229, msg, 0, 0, 0, 0, 0);
|
||||
// \n\nERROR: Backup incomplete\n
|
||||
ib_fprintf(term_out, msg);
|
||||
exit(FINI_ERROR);
|
||||
EXIT(FINI_ERROR);
|
||||
}
|
||||
|
||||
// If the user typed just a carriage return, they
|
||||
|
Loading…
Reference in New Issue
Block a user