Loading server/vhost.c +4 −3 Changes for server/vhost.c: 4 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -1042,10 +1042,11 @@ static int update_server_from_aliases(request_rec *r) } } /* Fallback: does it match the virthost from the sar? */ if (!strcasecmp(host, sar->virthost)) { /* only the first match is used */ /* Fallback: does it match the virthost from the sar? * (only the first match is used) */ if (virthost_s == NULL) { if (!strcasecmp(host, sar->virthost)) { virthost_s = s; } } Loading Loading
server/vhost.c +4 −3 Changes for server/vhost.c: 4 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -1042,10 +1042,11 @@ static int update_server_from_aliases(request_rec *r) } } /* Fallback: does it match the virthost from the sar? */ if (!strcasecmp(host, sar->virthost)) { /* only the first match is used */ /* Fallback: does it match the virthost from the sar? * (only the first match is used) */ if (virthost_s == NULL) { if (!strcasecmp(host, sar->virthost)) { virthost_s = s; } } Loading