diff --git a/build_num b/build_num index 9b9e5f57e..ed567a68f 100644 --- a/build_num +++ b/build_num @@ -1 +1 @@ -#define BUILD_NUM 2792 +#define BUILD_NUM 2793 diff --git a/src/iptlib/PolicyCompiler_ipt.cpp b/src/iptlib/PolicyCompiler_ipt.cpp index ad549dcc6..b10979dcc 100644 --- a/src/iptlib/PolicyCompiler_ipt.cpp +++ b/src/iptlib/PolicyCompiler_ipt.cpp @@ -2868,16 +2868,16 @@ bool PolicyCompiler_ipt::decideOnChainIfSrcFW::processNext() return true; } +#ifdef DEBUG_FOR_DMZ cerr << endl; cerr << "PolicyCompiler_ipt::decideOnChainIfSrcFW " << " rule " << rule->getLabel() << endl; +#endif Address *src = compiler->correctForCluster(compiler->getFirstSrc(rule)); assert(src); - cerr << endl; - /* Bug 811860: "IPTables Compiler Firewall IP to Input Chain". * on a bridging firewall rules not associated with interfaces should * go into INPUT/OUTPUT chain on interfaces that do routing and into