K 10 svn:author V 5 luigi K 8 svn:date V 27 2010-02-02T07:39:56.054944Z K 7 svn:log V 247 the man page says inet_pton returns 1 on success and 0 on errors, but it does not specify if other return values are possible. So be strict and only use 1 as success, instead of anything != 0 as it was done before (this caused bugs under windows) END