Skip to content

Commit 9b369db

Browse files
committed
empty committ for pull request
1 parent 939e343 commit 9b369db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266mDNS/ESP8266mDNS.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ void MDNSResponder::_reply(uint8_t replyMask, char * service, char *proto, uint1
495495
size_t hostNameLen = hostName.length();
496496

497497
char underscore[] = "_";
498-
498+
499499
// build service name with _
500500
char serviceName[os_strlen(service)+2];
501501
os_strcpy(serviceName,underscore);

0 commit comments

Comments
 (0)