Don't need this check.

This commit is contained in:
Andrei Zmievski 2000-03-04 19:26:27 +00:00
parent 0e18779e8b
commit b1de472ba3

View File

@ -495,10 +495,6 @@ PHP_FUNCTION(ip2long)
convert_to_string_ex(str);
if ((*str)->type != IS_STRING) {
RETURN_FALSE;
}
RETURN_LONG ( inet_addr ( ( *str ) -> value.str.val ) );
}