Skip to content
Snippets Groups Projects
Commit c12b4bcd authored by Don Lipari's avatar Don Lipari
Browse files

Fixed typo

parent f4706d8e
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
* IN: account_list List of slurmdb_account_rec_t * * IN: account_list List of slurmdb_account_rec_t *
* RET: SLURM_SUCCESS on success SLURM_ERROR else * RET: SLURM_SUCCESS on success SLURM_ERROR else
*/ */
extern int slurmdb_add_accounts(void *db_conn, List acct_list) extern int slurmdb_accounts_add(void *db_conn, List acct_list)
{ {
return acct_storage_g_add_accounts(db_conn, getuid(), acct_list); return acct_storage_g_add_accounts(db_conn, getuid(), acct_list);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment