From owner-cvs-all Tue Jul 21 22:50:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11285 for cvs-all-outgoing; Tue, 21 Jul 1998 22:50:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11277; Tue, 21 Jul 1998 22:50:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA06677; Tue, 21 Jul 1998 22:49:41 -0700 (PDT) Date: Tue, 21 Jul 1998 22:49:41 -0700 (PDT) Message-Id: <199807220549.WAA06677@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/routed parms.c src/sbin/routed/rtquery rtquery.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/21 22:49:40 PDT Modified files: sbin/routed parms.c sbin/routed/rtquery rtquery.c Log: /usr/src/sbin/routed/parms.c and .../routed/rtquery/rtquery.c both contain code that compare a char pointer with a char. As this doesn't make much sense, it looks very much as if a '*' has been dropped by mistake. I have made no analysis of the possible consequences of the problem. PR: 7319 Reviewed by: phk Submitted by: Anders Thulin Revision Changes Path 1.3 +2 -2 src/sbin/routed/parms.c 1.8 +2 -2 src/sbin/routed/rtquery/rtquery.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message