Skip to content

Commit

Permalink
Update lib/db/dbmi_base/login.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ymdatta and github-actions[bot] authored Sep 14, 2024
1 parent ac763c5 commit ba0897c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/db/dbmi_base/login.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ int db_set_login2(const char *driver, const char *database, const char *user,
const char *password, const char *host, const char *port,
int overwrite)
{
return db_set_login(driver, database, user, password, host, port, overwrite);
return db_set_login(driver, database, user, password, host, port,
overwrite);
}

/*!
Expand Down

0 comments on commit ba0897c

Please sign in to comment.