Hi,
On Wed, Aug 01, 2012 at 06:11:09PM +0200, Arne Schwabe wrote:
> @@ -1099,15 +1068,7 @@ socket_connect (socket_descriptor_t *sd,
> if (*signal_received)
> goto done;
>
> - switch(local->addr.sa.sa_family)
> - {
> - case PF_INET6:
> - *sd = create_socket_tcp6 ();
> - break;
> - case PF_INET:
> - *sd = create_socket_tcp ();
> - break;
> - }
> + create_socket_tcp(local->addr.sa.sa_family);
I might be overlooking something, but shouldn't that be
+ *sd = create_socket_tcp(local->addr.sa.sa_family);
?
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpF5f8FTejPR.pgp
Description: PGP signature
