Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146674961
D52264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
D52264.diff
View Options
diff --git a/sys/fs/nfsserver/nfs_nfsdport.c b/sys/fs/nfsserver/nfs_nfsdport.c
--- a/sys/fs/nfsserver/nfs_nfsdport.c
+++ b/sys/fs/nfsserver/nfs_nfsdport.c
@@ -3478,11 +3478,6 @@
(nd->nd_flag & ND_AUTHNONE) != 0) {
nd->nd_cred->cr_uid = credanon->cr_uid;
nd->nd_cred->cr_gid = credanon->cr_gid;
- /*
- * 'credanon' is already a 'struct ucred' that was built
- * internally with calls to crsetgroups_and_egid(), so
- * we don't need a fallback here.
- */
crsetgroups(nd->nd_cred, credanon->cr_ngroups,
credanon->cr_groups);
} else if ((nd->nd_flag & ND_GSS) == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 3:17 PM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29289680
Default Alt Text
D52264.diff (610 B)
Attached To
Mode
D52264: nfsd: nfsd_excred(): Remove an obsolete comment
Attached
Detach File
Event Timeline
Log In to Comment