diff options
author | brian <brian@cvs.openbsd.org> | 2001-09-04 22:12:47 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-09-04 22:12:47 +0000 |
commit | b7924acd437f1e99ff98330256cff6136d42ff02 (patch) | |
tree | b7a340a8ed8c2c50c5c065b7cd38d64c345ce38c /usr.sbin/ppp | |
parent | 483195325aa7e1f3422f393376569fdb8af780b4 (diff) |
Fix a diagnostic
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/route.c b/usr.sbin/ppp/ppp/route.c index 82041771559..dbf1d7428ed 100644 --- a/usr.sbin/ppp/ppp/route.c +++ b/usr.sbin/ppp/ppp/route.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: route.c,v 1.16 2001/08/20 00:48:14 brian Exp $ + * $OpenBSD: route.c,v 1.17 2001/09/04 22:12:46 brian Exp $ */ #include <sys/param.h> @@ -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 { |