Skip to content

Commit

Permalink
Remove double unlock
Browse files Browse the repository at this point in the history
Co-Authored-By: Jean-Frederic Clere <[email protected]>
  • Loading branch information
jajik and jfclere committed Oct 24, 2023
1 parent 29bdb85 commit 2c60832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/mod_proxy_cluster/mod_proxy_cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,6 @@ static void update_workers_lbstatus(proxy_server_conf *conf, apr_pool_t *pool, s
/* worker->s->retries is also set to zero is a connection is */
/* establish so we use read to check for changes */
if (!internal_update_lbstatus(conf, pool, server, now, ou, id[i], stat)) {
node_storage->unlock_nodes();
return;
}
} else {
Expand Down

0 comments on commit 2c60832

Please sign in to comment.