Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 08/07/2000 04:20:21
Module Name: basesrc
Committed By: enami
Date: Mon Aug 7 01:20:21 UTC 2000
Modified Files:
basesrc/usr.sbin/rpc.bootparamd [netbsd-1-5]: bootparamd.c
Log Message:
Pull up rev. 1.36 (approved by thorpej):
date: 2000/07/20 06:21:51; author: thorpej; state: Exp; lines: +19 -16
If we don't get direct match on the token, only attempt to canonicalize
the token if it does not contain globbing characters, and just skip onto
the next line if it does.
----------------------------
This also includes following important fix (where hp = gethostbyname(word)):
- if (fnmatch(word, hp->h_name,
+ if (strcasecmp(hp->h_name, client) != 0)
To generate a diff of this commit:
cvs rdiff -r1.33.2.2 -r1.33.2.3 basesrc/usr.sbin/rpc.bootparamd/bootparamd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.