Remove unintended DEBUG flag setting.

This commit is contained in:
George V. Neville-Neil 2006-04-04 03:12:21 +00:00
parent b1fb1bb19a
commit 8f2ba610da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157459

View File

@ -92,7 +92,6 @@
#include <machine/in_cksum.h>
#define IPSEC_DEBUG
#ifdef IPSEC_DEBUG
int ipsec_debug = 1;
#else