From: Paul Mackerras Date: Fri, 12 Nov 2004 11:42:46 +0000 (+0000) Subject: Don't allow the client to ask for callback, since we don't X-Git-Tag: ppp-2.4.7~185 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b98e5a6bed67f50cdfad054ea6576f59b9a0c482 Don't allow the client to ask for callback, since we don't support it. --- 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; }