NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
4:fd826cad83c0
Parent:
0:632c9925f013
--- a/lwip/netif/ppp/ipcp.c	Fri Jun 18 10:38:57 2010 +0000
+++ b/lwip/netif/ppp/ipcp.c	Fri Jul 09 14:46:47 2010 +0000
@@ -1233,7 +1233,7 @@
   if (!ho->neg_addr) {
     ho->hisaddr = wo->hisaddr;
   }
-#ifdef __PPP_STRICT_IMPL__ //Kludge for bad 3g providers PPP impl
+#ifdef __PPP_STRICT_IMPL__ //DG : Kludge for bad 3g providers PPP impl
   if (ho->hisaddr == 0) {
     IPCPDEBUG(LOG_ERR, ("Could not determine remote IP address\n"));
     ipcp_close(f->unit, "Could not determine remote IP address");