mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Don't forget to save before committing! (compile fix for my previous commit)
This commit is contained in:
parent
1fdc7571e0
commit
6ef5f68c72
@ -1086,7 +1086,7 @@
|
||||
#endif
|
||||
|
||||
/** DNS maximum number of retries when asking for a name, before "timeout". */
|
||||
#ifndef DNS_MAX_RETRIES || defined __DOXYGEN__
|
||||
#if !defined DNS_MAX_RETRIES || defined __DOXYGEN__
|
||||
#define DNS_MAX_RETRIES 4
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user