Date: Thu, 17 Feb 2011 17:03:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/nfsd nfsd.c Message-ID: <201102171704.p1HH4AXL002370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-02-17 17:03:56 UTC FreeBSD src repository Modified files: usr.sbin/nfsd nfsd.c Log: SVN rev 218777 on 2011-02-17 17:03:56Z by jhb Save a copy of errno before invoking syslog() if accept() or select() fail. syslog() can trash the errno value causing nfsd to exit for non-fatal errors like ECONNABORTED from accept(). MFC after: 1 week Revision Changes Path 1.40 +9 -6 src/usr.sbin/nfsd/nfsd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102171704.p1HH4AXL002370>