diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-07-13 00:55:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-13 00:55:26 +0200 |
commit | 99db533524177a986e255fe02bb2e23df02bb238 (patch) | |
tree | fc1cb41b03a0690074a172b894a968d690577781 /phpBB/includes/functions.php | |
parent | e4707a8be75263e610b00b3d600144e797f576d9 (diff) | |
download | forums-99db533524177a986e255fe02bb2e23df02bb238.tar forums-99db533524177a986e255fe02bb2e23df02bb238.tar.gz forums-99db533524177a986e255fe02bb2e23df02bb238.tar.bz2 forums-99db533524177a986e255fe02bb2e23df02bb238.tar.xz forums-99db533524177a986e255fe02bb2e23df02bb238.zip |
[ticket/10257] Add missing break statement after CNAME block.
PHPBB3-10257
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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': |