rmacklem 2009-06-20 00:54:57 UTC
FreeBSD src repository
Modified files:
sys/fs/nfs nfs.h
sys/fs/nfsclient nfs_clport.c
Log:
SVN rev 194523 on 2009-06-20 00:54:57Z by rmacklem
Change the size of the nfsc_groups[] array in the experimental nfs
client to RPCAUTH_UNIXGIDS + 1 (17), since that is what can go on
the wire for AUTH_SYS authentication.
Reviewed by: brooks
Approved by: kib (mentor)
Revision Changes Path
1.6 +4 -4 src/sys/fs/nfs/nfs.h
1.4 +1 -1 src/sys/fs/nfsclient/nfs_clport.c