diff options
author | brian <brian@FreeBSD.org> | 2001-09-04 22:07:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-09-04 22:07:56 +0000 |
commit | d99614d082410cd2f61a43517f286f39b558d044 (patch) | |
tree | 439fd6402425007f38eecad60d3108014f007b2a /usr.sbin | |
parent | 4c891359cae674bfc01eaf44eec97802df50fe38 (diff) | |
download | FreeBSD-src-d99614d082410cd2f61a43517f286f39b558d044.zip FreeBSD-src-d99614d082410cd2f61a43517f286f39b558d044.tar.gz |
Fix a diagnostic
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 4c7357f..f060f42 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -747,7 +747,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, if (ncpaddr_isdefault(gw)) { if (!quiet) log_Printf(LogERROR, "rt_Set: Cannot add a route with" - " destination 0.0.0.0\n"); + " gateway 0.0.0.0\n"); close(s); return result; } else { |