svn commit: samba r14977 - in branches/SAMBA_4_0/source: auth/credentials lib/socket_wrapper

Stefan (metze) Metzmacher metze at samba.org
Sat Apr 8 06:48:15 GMT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tridge at samba.org schrieb:
> Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
> ===================================================================
> --- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-04-08 02:40:15 UTC (rev 14976)
> +++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-04-08 02:44:37 UTC (rev 14977)
> @@ -672,11 +672,7 @@
>  	case AF_UNIX:
>  		return real_setsockopt(s, level, optname, optval, optlen);
>  	case AF_INET:
> -		/* Silence some warnings */
> -#ifdef TCP_NODELAY
> -		if (optname == TCP_NODELAY) 
> -			return 0;
> -#endif
> +		return 0;
>  	default:
>  		errno = ENOPROTOOPT;
>  		return -1;
> 

Hi tridge,

is this really correct?

metze
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEN1yum70gjA5TCD8RAijWAKC+0duzg5FiiQKHtV59nglGk90J4gCfTVJS
a4w9F8L0IO2Xthos+8R/2Hw=
=PEMC
-----END PGP SIGNATURE-----


More information about the samba-cvs mailing list