Skip to content

Commit

Permalink
Merge Consta's 'bugfix/797045' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 28, 2024
2 parents 6aeca00 + d0b210a commit 4f610eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/backend/dbi/gnc-backend-dbi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ GncDbiBackend<Type>::session_begin (QofSession* session, const char* new_uri,
else if (m_exists)
{
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);
LEAVE("Error");
return;
Expand Down

0 comments on commit 4f610eb

Please sign in to comment.