From 1369ddc35e940c56aafdb73174b6fe7acc631d8f Mon Sep 17 00:00:00 2001 From: neilbrown Date: Thu, 24 Aug 2000 03:58:16 +0000 Subject: "dot+1" is bogus - it is a DNS domain, not a yp domain --- support/export/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/export/client.c') 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; -- cgit