The inet_pton() man page says we need to pass in a pointer to a
authorWayne Davison <wayned@samba.org>
Sat, 11 Jan 2003 02:05:56 +0000 (02:05 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 11 Jan 2003 02:05:56 +0000 (02:05 +0000)
struct in_addr, which means passing &sin.sin_addr instead of
&sin.sin_addr.s_addr.  Also changed the AF_INET6 version to pass
&sin6.sin6_addr.  Hopefully this will fix UNICOS and not break
anyone else.


No differences found