]> git.ozlabs.org Git - ppp.git/commitdiff
Don't allow the client to ask for callback, since we don't
authorPaul Mackerras <paulus@samba.org>
Fri, 12 Nov 2004 11:42:46 +0000 (11:42 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 12 Nov 2004 11:42:46 +0000 (11:42 +0000)
support it.

pppd/lcp.c

index a06300aeb73e3c21739ca824c6490776b8a89305..7a5ae2f49e7fc9613211d779f4e1246c86ea2b11 100644 (file)
@@ -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;
 }