Date: Fri, 9 Jan 2004 18:59:54 -0800 (PST) From: Alfred Perlstein <alfred@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: <200401100259.i0A2xs4S058727@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2004/01/09 18:59:54 PST
FreeBSD src repository
Modified files:
sys/rpc rpcclnt.c
Log:
Fix a panic when attempting a v4 op against a v3/v2-only server.
It happens because rpcclnt_request is incorrectly returning 0 in the case
of an rpc mismatch or auth error.
Submitted by: Jim Rees <rees@umich.edu>
Revision Changes Path
1.4 +12 -10 src/sys/rpc/rpcclnt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401100259.i0A2xs4S058727>
