Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/rpc



On Wed, May 28, 2014 at 10:49:28AM -0400, Christos Zoulas wrote:
> Module Name:  src
> Committed By: christos
> Date:         Wed May 28 14:49:28 UTC 2014
> 
> Modified Files:
>       src/lib/libc/rpc: svc_generic.c
> 
> Log Message:
> CID 975117: check listen(2) return .
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/svc_generic.c

I don't think that this change is correct. It caused a lot of warnings
"svc_tli_create: could not listen at anonymous port" when my NetBSD NIS
client booted up.

I suspected that this function is also used on UDP sockets where
listen(2) will of course fail.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index