ITS#10323 Apply olcBkLloadStartTLS runtime changes directly

This commit is contained in:
Ondřej Kuzník 2025-04-14 11:11:03 +01:00 committed by Quanah Gibson-Mount
parent 2e049ef878
commit 948400af2b

View file

@ -3811,6 +3811,10 @@ backend_cf_gen( ConfigArgs *c )
}
#endif /* ! HAVE_TLS */
b->b_tls_conf = tlskey[i].mask;
if ( b->b_tls != LLOAD_LDAPS ) {
b->b_tls = b->b_tls_conf;
flag = LLOAD_BACKEND_MOD_OTHER;
}
} break;
case CFG_WEIGHT:
b->b_weight = c->value_uint;