directive had a port but no address
Reported by: Don Hughes <support@sannotes.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92599
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.30-dev
+ *) Fixed startup segfault that occurred when a VirtualHost
+ directive had a port but no address [Brian Pane]
+
*) Allow htdbm to work with multiple DBM types [Ian Holsman]
*) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
if (rv != APR_SUCCESS) {
return "The address or port is invalid";
}
+ if (!host) {
+ return "Missing address for VirtualHost";
+ }
if (scope_id) {
return "Scope ids are not supported";
}