From 67e52cf8e433ec9890a923f2411c3747b3a14c00 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 17 Nov 2003 00:56:53 +0000 Subject: Update a comment about needing to fix NFS server credential use by 5.0-RELEASE: make it now read 5.3-RELEASE to be realistic. Still needs fixing... --- sys/nfsserver/nfs_srvsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c index d480806..7492699 100644 --- a/sys/nfsserver/nfs_srvsock.c +++ b/sys/nfsserver/nfs_srvsock.c @@ -358,7 +358,7 @@ nfs_getreq(struct nfsrv_descript *nd, struct nfsd *nfsd, int has_header) * and related calls. Right now, this tramples on any * extensible data in the ucred, fails to initialize the * mutex, and worse. This must be fixed before FreeBSD - * 5.0-RELEASE. + * 5.3-RELEASE. */ bzero((caddr_t)&nd->nd_cr, sizeof (struct ucred)); nd->nd_cr.cr_ref = 1; -- cgit v1.1