Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 8:361d9e984660, committed 2019-08-06
- Comitter:
- irsanjul
- Date:
- Tue Aug 06 12:55:11 2019 +0000
- Parent:
- 7:4e2468d7d5cb
- Commit message:
- ttt
Changed in this revision
--- a/if/eth/EthernetNetIf.cpp Wed Dec 15 18:01:30 2010 +0000 +++ b/if/eth/EthernetNetIf.cpp Tue Aug 06 12:55:11 2019 +0000 @@ -54,7 +54,7 @@ m_gateway = gateway; m_ip = ip; m_pNetIf = new netif; - dns_setserver(0, &dns.getStruct()); + //dns_setserver(0, &dns.getStruct()); m_useDhcp = false; m_setup = false; }
--- a/if/lwip/LwipNetIf.cpp Wed Dec 15 18:01:30 2010 +0000
+++ b/if/lwip/LwipNetIf.cpp Tue Aug 06 12:55:11 2019 +0000
@@ -90,7 +90,7 @@
if(m_init && m_dnsTimer.read_ms() >= DNS_TMR_INTERVAL)
{
m_dnsTimer.reset();
- dns_tmr();
+ //dns_tmr();
}
//Do some stuff...
}
--- a/services/http/server/impl/RPCHandler.cpp Wed Dec 15 18:01:30 2010 +0000 +++ b/services/http/server/impl/RPCHandler.cpp Tue Aug 06 12:55:11 2019 +0000 @@ -24,6 +24,7 @@ #include "RPCHandler.h" #include "rpc.h" #include "url.h" +#include "myRpc.h" //#define __DEBUG #include "dbg/dbg.h"
--- a/services/mysql/MySQLClient.cpp Wed Dec 15 18:01:30 2010 +0000
+++ b/services/mysql/MySQLClient.cpp Tue Aug 06 12:55:11 2019 +0000
@@ -337,7 +337,7 @@
byte token[9]={0};
- scramble_323((char*)token, (const char*)scramble, m_password.c_str());
+ //scramble_323((char*)token, (const char*)scramble, m_password.c_str());
DBG("Building response\n");
//Build response