This is more readable and isn't miscompiled w/ -O3 on a certain
unnamed EBCDIC platforms compiler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1840678 13f79535-47bb-0310-9956-
ffa450edef68
goto found;
}
}
- last_s = s;
/* Fallback: does it match the virthost from the sar? */
if (!strcasecmp(host, sar->virthost)) {
virthost_s = s;
}
}
+
+ last_s = s;
}
/* If ServerName and ServerAlias check failed, we end up here. If it