mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-15 19:22:45 +03:00
@@ -22,6 +22,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "ESP8266mDNS.h"
|
||||
#include "LEAmDNS_Priv.h"
|
||||
#include "LEAmDNS_lwIPdefs.h"
|
||||
|
||||
@@ -787,7 +788,7 @@ bool MDNSResponder::stcMDNS_RRDomain::compare(const stcMDNS_RRDomain& p_Other) c
|
||||
{
|
||||
if (*((unsigned char*)pT)) // Not 0
|
||||
{
|
||||
pT += (1 + * ((unsigned char*)pT)); // Shift by length byte and lenght
|
||||
pT += (1 + * ((unsigned char*)pT)); // Shift by length byte and length
|
||||
pO += (1 + * ((unsigned char*)pO));
|
||||
}
|
||||
else // Is 0 -> Successfully reached the end
|
||||
|
Reference in New Issue
Block a user