mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Dns server cleanup (#5194)
Clean up the DNSServer class. Removed member variables that are not required outside a member call lifetime, and add destructor/checks. Fixes #5179
This commit is contained in:
committed by
Earle F. Philhower, III
parent
1de0c341b5
commit
656bf146bc
@ -1,5 +1,5 @@
|
||||
name=DNSServer
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
author=Kristijan Novoselić
|
||||
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
|
||||
sentence=A simple DNS server for ESP8266.
|
||||
|
Reference in New Issue
Block a user