Skip to content
Snippets Groups Projects
Commit dc56f8bc authored by Danny Auble's avatar Danny Auble
Browse files

Check to make sure we have assoc_cond before going into clause.

parent d01e8d1d
No related branches found
No related tags found
No related merge requests found
...@@ -667,7 +667,7 @@ empty: ...@@ -667,7 +667,7 @@ empty:
acct_list = list_create(slurmdb_destroy_account_rec); acct_list = list_create(slurmdb_destroy_account_rec);
if (acct_cond && acct_cond->with_assocs) { if (acct_cond && acct_cond->with_assocs && acct_cond->assoc_cond) {
/* We are going to be freeing the inners of /* We are going to be freeing the inners of
this list in the acct->name so we don't this list in the acct->name so we don't
free it here free it here
......
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