mirror of
https://github.com/nextcloud/server.git
synced 2025-02-24 00:48:38 +00:00
fix: remove superflous line
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
c97cb962ee
commit
5915d7f7ce
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ class DnsPinMiddleware {
|
|||
$canHaveCnameRecord = false;
|
||||
} elseif (isset($dnsResponse['target']) && $canHaveCnameRecord) {
|
||||
$targetIps = array_merge($targetIps, $this->dnsResolve($dnsResponse['target'], $recursionCount));
|
||||
$canHaveCnameRecord = true;
|
||||
}
|
||||
}
|
||||
} elseif ($dnsNegativeTtl !== null) {
|
||||
|
|
Loading…
Reference in a new issue