PROXY_COPY_CONF_PARAMS(worker, conf);
}
- else if ((use_regex != 0) ^ (worker->s->is_name_matchable)) {
+ else if ((use_regex != 0) ^ (worker->s->is_name_matchable != 0)) {
return apr_pstrcat(cmd->temp_pool, "ProxyPass/<Proxy> and "
"ProxyPassMatch/<ProxyMatch> can't be used "
"altogether with the same worker name ",
return apr_pstrcat(cmd->temp_pool, thiscmd->name,
" ", err, NULL);
}
- else if ((use_regex != 0) ^ (worker->s->is_name_matchable)) {
+ else if ((use_regex != 0) ^ (worker->s->is_name_matchable != 0)) {
return apr_pstrcat(cmd->temp_pool, "ProxyPass/<Proxy> and "
"ProxyPassMatch/<ProxyMatch> can't be used "
"altogether with the same worker name ",