Skip to content

Commit

Permalink
Merge pull request #182 from sadhyama/webcfg_releasetmp
Browse files Browse the repository at this point in the history
To fix webcfg crash on release_success_docs_tmplist
  • Loading branch information
sadhyama authored Sep 27, 2023
2 parents 886ee67 + ebcaea0 commit b0aa680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcfg_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void delete_tmp_docs_list()
// To release success tmp docs during every maintenance window when few docs are failed in list .
void release_success_docs_tmplist()
{
webconfig_tmp_data_t *temp = NULL, *next_node;
webconfig_tmp_data_t *temp = NULL, *next_node = NULL;
temp = get_global_tmp_node();

WebcfgDebug("Inside release_success_docs_list()\n");
Expand Down

0 comments on commit b0aa680

Please sign in to comment.