Re: [Openvpn-devel] [Version 3] Merge getaddr_multi and getaddr6 into one function

2012-08-07 Thread Gert Doering
Hi, On Tue, Aug 07, 2012 at 10:33:16AM +0200, Arne Schwabe wrote: > the getaddr6 and getaddr_mutli functions are duplicates of each other. Since > we always require getaddrinfo to be present both function are merge into one > openvpn_getaddrinfo. > > This functions also returns a standard struc

[Openvpn-devel] [Version 3] Merge getaddr_multi and getaddr6 into one function

2012-08-07 Thread Arne Schwabe
the getaddr6 and getaddr_mutli functions are duplicates of each other. Since we always require getaddrinfo to be present both function are merge into one openvpn_getaddrinfo. This functions also returns a standard struct addrinfo* so our resolve interface is closer to the standard unix interfac