Skip to content
Snippets Groups Projects
Commit dd4f5dfb authored by Danny Auble's avatar Danny Auble
Browse files
parent 857f66b8
No related branches found
No related tags found
No related merge requests found
...@@ -1854,6 +1854,7 @@ extern int unpack_acct_association_rec(void **object, uint16_t rpc_version, ...@@ -1854,6 +1854,7 @@ extern int unpack_acct_association_rec(void **object, uint16_t rpc_version,
*object = object_ptr; *object = object_ptr;
init_acct_association_rec(object_ptr); init_acct_association_rec(object_ptr);
if (rpc_version >= 4) { if (rpc_version >= 4) {
safe_unpack32(&count, buffer); safe_unpack32(&count, buffer);
if(count != NO_VAL) { if(count != NO_VAL) {
......
...@@ -1138,6 +1138,7 @@ extern int jobacct_storage_p_job_start(PGconn *acct_pgsql_db, ...@@ -1138,6 +1138,7 @@ extern int jobacct_storage_p_job_start(PGconn *acct_pgsql_db,
char *block_id = NULL; char *block_id = NULL;
char *query = NULL; char *query = NULL;
int reinit = 0; int reinit = 0;
char *wckey = NULL;
if (!job_ptr->details || !job_ptr->details->submit_time) { if (!job_ptr->details || !job_ptr->details->submit_time) {
error("jobacct_storage_p_job_start: " error("jobacct_storage_p_job_start: "
......
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