Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
diff --git a/usr.sbin/nfsuserd/nfsuserd.c b/usr.sbin/nfsuserd/nfsuserd.c
index 0e5c9c8f1e50..058253beaf95 100644
--- a/usr.sbin/nfsuserd/nfsuserd.c
+++ b/usr.sbin/nfsuserd/nfsuserd.c
@@ -629,6 +629,7 @@ nfsuserdsrv(struct svc_req *rqstp, SVCXPRT *transp)
 					syslog(LOG_ERR,
 					    "Group list of user '%s' too big",
 					    pwd->pw_name);
+					ngroup = NGROUPS;
 				}
 				nid.nid_ngroup = ngroup;
 				nid.nid_grps = grps;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>