From 1411bc6cb67780771db79d8fc73e9e43ed57ec51 Mon Sep 17 00:00:00 2001 From: Devesh Agarwal <147526644+dagarwal-mitre@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:44:51 -0400 Subject: [PATCH] removed extra line of code (#1177) --- PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 b/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 index 76762e4ff..c79d930c7 100644 --- a/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 +++ b/PowerShell/ScubaGear/Modules/Providers/ExportEXOProvider.psm1 @@ -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 }