irsan julfikar / NetServices

Files at this revision

API Documentation at this revision

Comitter:
irsanjul
Date:
Tue Aug 06 12:55:11 2019 +0000
Parent:
7:4e2468d7d5cb
Commit message:
ttt

Changed in this revision

if/eth/EthernetNetIf.cpp Show annotated file Show diff for this revision Revisions of this file
if/lwip/LwipNetIf.cpp Show annotated file Show diff for this revision Revisions of this file
services/http/server/impl/RPCHandler.cpp Show annotated file Show diff for this revision Revisions of this file
services/mysql/MySQLClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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