From b98e5a6bed67f50cdfad054ea6576f59b9a0c482 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 12 Nov 2004 11:42:46 +0000 Subject: [PATCH] Don't allow the client to ask for callback, since we don't support it. --- pppd/lcp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pppd/lcp.c b/pppd/lcp.c index a06300a..7a5ae2f 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: lcp.c,v 1.72 2004/11/12 10:30:51 paulus Exp $" +#define RCSID "$Id: lcp.c,v 1.73 2004/11/12 11:42:46 paulus Exp $" /* * TODO: @@ -365,9 +365,6 @@ lcp_init(unit) ao->neg_magicnumber = 1; ao->neg_pcompression = 1; ao->neg_accompression = 1; -#ifdef CBCP_SUPPORT - ao->neg_cbcp = 1; -#endif ao->neg_endpoint = 1; } -- 2.39.2