mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10257] Add missing break statement after CNAME block.
PHPBB3-10257
This commit is contained in:
parent
e4707a8be7
commit
99db533524
1 changed files with 1 additions and 0 deletions
|
@ -3686,6 +3686,7 @@ function phpbb_checkdnsrr($host, $type = 'MX')
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
case 'A':
|
case 'A':
|
||||||
|
|
Loading…
Add table
Reference in a new issue