summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1215ec5..f4ec7f6 100644
--- a/main.c
+++ b/main.c
@@ -444,7 +444,7 @@ int handle_request_tunnel_frame(protocol_frame *rcvd_frame)
444 return -1; 444 return -1;
445 } 445 }
446 446
447 } else { 447 } else if (rules_policy != NONE) {
448 log_printf(L_WARNING, "Filter option active but no allowed ports!\n"); 448 log_printf(L_WARNING, "Filter option active but no allowed ports!\n");
449 log_printf(L_WARNING, "All requests will be dropped.\n"); 449 log_printf(L_WARNING, "All requests will be dropped.\n");
450 return -1; 450 return -1;