[packages]: update nfs-kernel-server to 1.2.6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar
2012-06-07 15:40:29 +00:00
parent 95ce87f083
commit 9cc6721b32
4 changed files with 29 additions and 6 deletions

View File

@ -31,7 +31,7 @@
ret = getservbyname_r(rpcp->r_name, proto, &servbuf, servdata,
--- a/utils/mountd/cache.c
+++ b/utils/mountd/cache.c
@@ -162,6 +162,7 @@ static void auth_unix_gid(FILE *f)
@@ -168,6 +168,7 @@ static void auth_unix_gid(FILE *f)
pw = getpwuid(uid);
if (!pw)
rv = -1;
@ -39,7 +39,7 @@
else {
rv = getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups);
if (rv == -1 && ngroups >= groups_len) {
@@ -176,6 +177,7 @@ static void auth_unix_gid(FILE *f)
@@ -182,6 +183,7 @@ static void auth_unix_gid(FILE *f)
}
}
}