Skip to content

Commit 4c091e5

Browse files
committed
scripts/DMF/dmf-test.c: fix WITH_SNMP_LKP_FUN now always defined in drivers/snmp-ups.h
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 58225b7 commit 4c091e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/DMF/dmf-test.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
* uncomment this line; for currently stable codebase keep it off...
4848
*/
4949
#if DEBUG
50+
# ifdef WITH_SNMP_LKP_FUN
51+
# undef WITH_SNMP_LKP_FUN
52+
# endif
5053
# define WITH_SNMP_LKP_FUN 1
5154
#endif
5255

0 commit comments

Comments
 (0)