Skip to content

Commit

Permalink
Merge pull request #260 from jajik/double_unlock
Browse files Browse the repository at this point in the history
Remove a double unlock
  • Loading branch information
jajik authored Aug 2, 2024
2 parents 714f3c9 + 1a3ed5b commit 80d5e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/mod_manager/mod_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,6 @@ static char *process_config(request_rec *r, char **ptr, int *errtype)
if (insert_update_node(nodestatsmem, &nodeinfo, &id, clean) != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
"process_config: insert_update_node failed for %s clean: %d", nodeinfo.mess.JVMRoute, clean);
loc_unlock_nodes();
if (removed) {
nodeinfo_t *workernode = read_node_by_id(nodestatsmem, removed);
mark_node_removed(workernode);
Expand Down

0 comments on commit 80d5e48

Please sign in to comment.