mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Consta's 'bugfix/797045' into stable.
This commit is contained in:
commit
4f610eb2bc
@ -708,7 +708,7 @@ GncDbiBackend<Type>::session_begin (QofSession* session, const char* new_uri,
|
|||||||
else if (m_exists)
|
else if (m_exists)
|
||||||
{
|
{
|
||||||
PERR ("Unable to connect to database '%s'\n", uri.dbname());
|
PERR ("Unable to connect to database '%s'\n", uri.dbname());
|
||||||
set_error (ERR_BACKEND_SERVER_ERR);
|
set_error (ERR_BACKEND_CANT_CONNECT);
|
||||||
dbi_conn_close(conn);
|
dbi_conn_close(conn);
|
||||||
LEAVE("Error");
|
LEAVE("Error");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user