Date: Fri, 20 Jan 2006 15:17:47 +0000 (UTC) From: Jim Rees <rees@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/rpc rpcclnt.c Message-ID: <200601201517.k0KFHlK8074538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rees 2006-01-20 15:17:47 UTC FreeBSD src repository Modified files: sys/rpc rpcclnt.c Log: Use thread0 instead of user's thread for sobind. This fixes reconnect after, for example, tcp idle disconnection. Previously this would fail if a normal user tried to bind to a privileged port. Submitted by: cel@citi.umich.edu MFC after: 1 week Revision Changes Path 1.16 +5 -1 src/sys/rpc/rpcclnt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601201517.k0KFHlK8074538>