mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
empty committ for pull request
This commit is contained in:
parent
939e3430de
commit
9b369dbae4
@ -495,7 +495,7 @@ void MDNSResponder::_reply(uint8_t replyMask, char * service, char *proto, uint1
|
|||||||
size_t hostNameLen = hostName.length();
|
size_t hostNameLen = hostName.length();
|
||||||
|
|
||||||
char underscore[] = "_";
|
char underscore[] = "_";
|
||||||
|
|
||||||
// build service name with _
|
// build service name with _
|
||||||
char serviceName[os_strlen(service)+2];
|
char serviceName[os_strlen(service)+2];
|
||||||
os_strcpy(serviceName,underscore);
|
os_strcpy(serviceName,underscore);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user