Skip to content

Commit

Permalink
Add another sql_rollback in create_credential
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Dec 2, 2024
1 parent a1e1df0 commit 9613a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -35760,6 +35760,7 @@ create_credential (const char* name, const char* comment, const char* login,
else
{
g_warning ("%s: Cannot determine type of new credential", __func__);
sql_rollback ();
return 18;
}

Expand Down

0 comments on commit 9613a48

Please sign in to comment.