summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-04-25 00:20:23 +0000
committerbrian <brian@FreeBSD.org>1998-04-25 00:20:23 +0000
commit42fda990adf9663de4ae8a037ac56116fbe27797 (patch)
treedde63cae7f7873eb498e04574e617f4eee749e5d /usr.sbin/ppp/route.c
parent2ae5886b3c6bf3cb1b5c0e4eda48afd6826aabea (diff)
downloadFreeBSD-src-42fda990adf9663de4ae8a037ac56116fbe27797.zip
FreeBSD-src-42fda990adf9663de4ae8a037ac56116fbe27797.tar.gz
Fix diagnostic typo.
Diffstat (limited to 'usr.sbin/ppp/route.c')
-rw-r--r--usr.sbin/ppp/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c
index eac0b74..b5b7653 100644
--- a/usr.sbin/ppp/route.c
+++ b/usr.sbin/ppp/route.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: route.c,v 1.42 1998/01/21 02:15:26 brian Exp $
+ * $Id: route.c,v 1.43 1998/03/13 01:36:10 brian Exp $
*
*/
@@ -144,7 +144,7 @@ OsSetRoute(int cmd,
wb = ID0write(s, &rtmes, nb);
if (wb < 0) {
LogPrintf(LogTCPIP, "OsSetRoute failure:\n");
- LogPrintf(LogTCPIP, "OsSetRoute: Cmd = %s\n", cmd);
+ LogPrintf(LogTCPIP, "OsSetRoute: Cmd = %s\n", cmdstr);
LogPrintf(LogTCPIP, "OsSetRoute: Dst = %s\n", inet_ntoa(dst));
LogPrintf(LogTCPIP, "OsSetRoute: Gateway = %s\n", inet_ntoa(gateway));
LogPrintf(LogTCPIP, "OsSetRoute: Mask = %s\n", inet_ntoa(mask));
OpenPOWER on IntegriCloud