aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/Firewall/ca/firewall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Firewall/ca/firewall.cpp b/src/ext/Firewall/ca/firewall.cpp
index b45cbcdd..35c8be6e 100644
--- a/src/ext/Firewall/ca/firewall.cpp
+++ b/src/ext/Firewall/ca/firewall.cpp
@@ -79,7 +79,7 @@ static UINT SchedFirewallExceptions(
79 hr = WcaGetRecordString(hRec, feqComponent, &pwzComponent); 79 hr = WcaGetRecordString(hRec, feqComponent, &pwzComponent);
80 ExitOnFailure(hr, "Failed to get firewall exception component."); 80 ExitOnFailure(hr, "Failed to get firewall exception component.");
81 81
82 hr = WcaGetRecordString(hRec, feqDescription, &pwzDescription); 82 hr = WcaGetRecordFormattedString(hRec, feqDescription, &pwzDescription);
83 ExitOnFailure(hr, "Failed to get firewall exception description."); 83 ExitOnFailure(hr, "Failed to get firewall exception description.");
84 84
85 hr = WcaGetRecordInteger(hRec, feqDirection, &iDirection); 85 hr = WcaGetRecordInteger(hRec, feqDirection, &iDirection);