Commit a301635f authored by Gavin Howard's avatar Gavin Howard Committed by Alejandro Sanchez
Browse files

Fix abort initializing a configuration without acct_gather.conf.

Previous logic would only call s_p_hashtbl_create() to create the hashtable
when the file acct_gather.conf could be successfully stat()'d. This lead to
a subsequent attempt to pack the non-created hashtable into a buffer which
triggered the abort.

This makes it so the hashtable is uncondtionally created no matter if the
file is missing.

Bug 7893.
parent 50eaa012
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment