Date: Tue, 21 Jul 1998 22:49:41 -0700 (PDT) From: Poul-Henning Kamp <phk@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 Message-ID: <199807220549.WAA06677@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <Anders.X.Thulin@telia.se>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807220549.WAA06677>
