summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-10 23:46:29 +0000
committerache <ache@FreeBSD.org>1997-05-10 23:46:29 +0000
commit36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2 (patch)
tree39aaadeec202ca34ba73ea706e23169a69829efe /usr.sbin/ppp/ipcp.c
parent4218c89edfb960c5611a31b5ada4d5354b0e2c2e (diff)
downloadFreeBSD-src-36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2.zip
FreeBSD-src-36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2.tar.gz
Cosmetique fixes:
shorten help message to fit the screen return to prompt from "show ipcp"
Diffstat (limited to 'usr.sbin/ppp/ipcp.c')
-rw-r--r--usr.sbin/ppp/ipcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c
index 1613fd9..a55a67c 100644
--- a/usr.sbin/ppp/ipcp.c
+++ b/usr.sbin/ppp/ipcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.c,v 1.14 1997/05/10 01:22:12 brian Exp $
+ * $Id: ipcp.c,v 1.15 1997/05/10 15:37:40 brian Exp $
*
* TODO:
* o More RFC1772 backwoard compatibility
@@ -137,7 +137,7 @@ ReportIpcpStatus()
inet_ntoa(DefHisAddress.ipaddr), DefHisAddress.width);
printf(" Negotiation: %s/%d\n",
inet_ntoa(DefTriggerAddress.ipaddr), DefTriggerAddress.width);
- return 0;
+ return 1;
}
void
OpenPOWER on IntegriCloud