Skip to content

Commit

Permalink
Merge pull request modcluster#284 from jajik/missing-initialization
Browse files Browse the repository at this point in the history
Add missing `StickySessionRemove` field initialization in mod_manager
  • Loading branch information
jajik authored Oct 3, 2024
2 parents 0ccb227 + bf25ff5 commit 3c968c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/mod_manager/mod_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ static void process_config_balancer_defaults(request_rec *r, balancerinfo_t *bal
}
balancerinfo->StickySession = 1;
balancerinfo->StickySessionForce = 1;
balancerinfo->StickySessionRemove = 0;
strcpy(balancerinfo->StickySessionCookie, "JSESSIONID");
strcpy(balancerinfo->StickySessionPath, "jsessionid");
balancerinfo->Maxattempts = 1;
Expand Down

0 comments on commit 3c968c6

Please sign in to comment.