opt: fix build without SNMP_COMMUNITY_EXT

define value omitted on #define SNMP_COMMUNITY_EXT in opt.h, default is 0
This commit is contained in:
Sylvain Rochet 2015-02-14 19:34:01 +01:00
parent 0d18516af8
commit 10ab72855d

View File

@ -884,7 +884,7 @@
* Set this to 1 to enable support for dedicated write-access and trap communities.
*/
#ifndef SNMP_COMMUNITY_EXT
#define SNMP_COMMUNITY_EXT
#define SNMP_COMMUNITY_EXT 0
#endif
#if SNMP_COMMUNITY_EXT