--- Zend/Validate/Hostname.php (revision 9193) +++ Zend/Validate/Hostname.php (working copy) @@ -415,7 +415,7 @@ } // If local network names are not allowed, add a message - if (!$allowLocal) { + if ($status && !$allowLocal) { $this->_error(self::LOCAL_NAME_NOT_ALLOWED); }