diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-17 00:56:53 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-17 00:56:53 +0000 |
| commit | 8accd36ef0afb38c6dfc8ee6fbf563e098ebb9b4 (patch) | |
| tree | 63d5b17d4a9989f766c43ab5c53a123b74ca31d9 /sys/nfsserver | |
| parent | 42408492610c827c249bcb461e1a9b50ad4c6aa6 (diff) | |
Notes
Diffstat (limited to 'sys/nfsserver')
| -rw-r--r-- | sys/nfsserver/nfs_srvsock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c index d4808069fa4f..74926993b8a5 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; |
