Don't forget to save before committing! (compile fix for my previous commit)

This commit is contained in:
Dirk Ziegelmeier 2017-11-13 22:53:41 +01:00
parent 1fdc7571e0
commit 6ef5f68c72

View File

@ -1086,7 +1086,7 @@
#endif #endif
/** DNS maximum number of retries when asking for a name, before "timeout". */ /** 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 #define DNS_MAX_RETRIES 4
#endif #endif