From owner-cvs-all Thu Sep 13 2:40:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6811837B409; Thu, 13 Sep 2001 02:40:35 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8D9eZl30314; Thu, 13 Sep 2001 02:40:35 -0700 (PDT) (envelope-from des) Message-Id: <200109130940.f8D9eZl30314@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 13 Sep 2001 02:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/09/13 02:40:35 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Add a strcasecmp() call I forgot in my hurry to commit the previous fix. Without this call, the hostname check would in some cases yield false positives. Pointed out by: ru Revision Changes Path 1.90 +3 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message