summaryrefslogtreecommitdiffstats
path: root/support/export/client.c
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2000-08-24 03:58:16 +0000
committerneilbrown <neilbrown>2000-08-24 03:58:16 +0000
commit1369ddc35e940c56aafdb73174b6fe7acc631d8f (patch)
tree2c1c1e18a5c1b1f3c13795c4a106112b41bed541 /support/export/client.c
parent82d42dffa84fb884684f75769ca13668c5188a5e (diff)
downloadnfs-utils-1369ddc35e940c56aafdb73174b6fe7acc631d8f.tar.gz
nfs-utils-1369ddc35e940c56aafdb73174b6fe7acc631d8f.tar.xz
nfs-utils-1369ddc35e940c56aafdb73174b6fe7acc631d8f.zip
"dot+1" is bogus - it is a DNS domain, not a yp domain
Diffstat (limited to 'support/export/client.c')
-rw-r--r--support/export/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/client.c b/support/export/client.c
index 8c5200a..a7f9d02 100644
--- a/support/export/client.c
+++ b/support/export/client.c
@@ -237,7 +237,7 @@ client_check(nfs_client *clp, struct hostent *hp)
return 0;
*dot = '\0';
- match = innetgr(cname+1, hname, NULL, dot + 1);
+ match = innetgr(cname+1, hname, NULL, NULL);
*dot = '.';
return match;