Skip to content

Commit bf25ff5

Browse files
committed
native: Add missing field initialization
1 parent 0ccb227 commit bf25ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native/mod_manager/mod_manager.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ static void process_config_balancer_defaults(request_rec *r, balancerinfo_t *bal
998998
}
999999
balancerinfo->StickySession = 1;
10001000
balancerinfo->StickySessionForce = 1;
1001+
balancerinfo->StickySessionRemove = 0;
10011002
strcpy(balancerinfo->StickySessionCookie, "JSESSIONID");
10021003
strcpy(balancerinfo->StickySessionPath, "jsessionid");
10031004
balancerinfo->Maxattempts = 1;

0 commit comments

Comments
 (0)