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