mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: remove superflous line
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
387cd8b771
commit
4d517a33ba
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