Skip to content

Commit

Permalink
removed extra line of code (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagarwal-mitre committed Jun 27, 2024
1 parent a22395e commit 1411bc6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ function Get-ScubaSpfRecord {
if ($NLowConf -gt 0) {
Write-Warning "Get-ScubaSpfRecord: for $($NLowConf) domain(s), the tradtional DNS queries returned an empty answer section and the DoH queries failed. Will assume SPF not configured, but can't guarantee that failure isn't due to something like split horizon DNS. See ProviderSettingsExport.json under 'spf_records' for more details."
}
$DnsLog += $Response.LogEntries
$SPFRecords
}

Expand Down

0 comments on commit 1411bc6

Please sign in to comment.