From 99db533524177a986e255fe02bb2e23df02bb238 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 13 Jul 2011 00:55:26 +0200 Subject: [PATCH] [ticket/10257] Add missing break statement after CNAME block. PHPBB3-10257 --- phpBB/includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index b1c1c14d0c..e113a32a87 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3686,6 +3686,7 @@ function phpbb_checkdnsrr($host, $type = 'MX') { return true; } + break; default: case 'A':