summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-05-02 09:42:59 +0000
committerume <ume@FreeBSD.org>2005-05-02 09:42:59 +0000
commita77586e165daef1281c24cb4a3aa6e513f9c35ea (patch)
treeafa7a2847408293b969d179284daaa97e366590e /usr.sbin
parent359f287f5157e24e483c8fdd6b54a0ba7b4701dc (diff)
downloadFreeBSD-src-a77586e165daef1281c24cb4a3aa6e513f9c35ea.zip
FreeBSD-src-a77586e165daef1281c24cb4a3aa6e513f9c35ea.tar.gz
fix typo in previos commit.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ypserv/yp_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c
index 8bd658b..c76a804 100644
--- a/usr.sbin/ypserv/yp_server.c
+++ b/usr.sbin/ypserv/yp_server.c
@@ -166,10 +166,10 @@ ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp)
#ifdef DB_CACHE
if (result.stat != YP_TRUE &&
(yp_testflag(argp->map, argp->domain, YP_INTERDOMAIN) ||
- ((strstr(argp->map, "hosts") || strstr(argp->map, "ipnode")) && do_dns))) {
+ ((strstr(argp->map, "hosts") || strstr(argp->map, "ipnodes")) && do_dns))) {
#else
if (do_dns && result.stat != YP_TRUE &&
- (strstr(argp->map, "hosts") || strstr(argp->map, "ipnode"))) {
+ (strstr(argp->map, "hosts") || strstr(argp->map, "ipnodes"))) {
#endif
char nbuf[YPMAXRECORD];
OpenPOWER on IntegriCloud