summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/ipcp.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-22 12:03:57 +0000
committerpeter <peter@FreeBSD.org>1997-08-22 12:03:57 +0000
commit1ba1e07209761ad45fbc92ca09b9aa3f09e51c95 (patch)
tree4c24f571d614bcd57ead92bd460cf1901e50b20c /usr.sbin/pppd/ipcp.c
parent06ac8bc3a120588b5eb56e14b7217177fcb19c87 (diff)
downloadFreeBSD-src-1ba1e07209761ad45fbc92ca09b9aa3f09e51c95.zip
FreeBSD-src-1ba1e07209761ad45fbc92ca09b9aa3f09e51c95.tar.gz
Update to pppd-2.3.1, except for the CLOCAL changes while running the
connect script to main.c that can cause problems on bsd-style tty systems.
Diffstat (limited to 'usr.sbin/pppd/ipcp.c')
-rw-r--r--usr.sbin/pppd/ipcp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 94dfd8d..b3973cf 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: ipcp.c,v 1.9 1997/08/19 17:52:38 peter Exp $";
#endif
/*
@@ -1085,10 +1085,12 @@ ip_check_options()
option_error("remote IP address required for demand-dialling\n");
exit(1);
}
+#if 0
if (demand && wo->accept_remote) {
option_error("ipcp-accept-remote is incompatible with demand\n");
exit(1);
}
+#endif
}
OpenPOWER on IntegriCloud