Date:   Sat Jan 11 02:05:56 2003
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv31145

Modified Files:
        clientname.c 
Log Message:
The inet_pton() man page says we need to pass in a pointer to a
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.


Revisions:
clientname.c            1.14 => 1.15
        http://www.samba.org/cgi-bin/cvsweb/rsync/clientname.c?r1=1.14&r2=1.15
_______________________________________________
rsync-cvs mailing list
[EMAIL PROTECTED]
http://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to