From 9ee40d9f88ef229101635e52c3a36e108c3b4798 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 5 Jun 2007 18:19:48 +0000 Subject: [PATCH] Defined IGMP_DEBUG defaulting to LWIP_DBG_OFF in opt.h --- src/include/lwip/opt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 7d1b4c98..e86a3d61 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -723,6 +723,10 @@ a lot of data that needs to be copied, this should be set high. */ #define ICMP_DEBUG LWIP_DBG_OFF #endif +#ifndef IGMP_DEBUG +#define IGMP_DEBUG LWIP_DBG_OFF +#endif + #ifndef INET_DEBUG #define INET_DEBUG LWIP_DBG_OFF #endif