aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-08-17 21:47:04 -0400
committerBob Arnson <github@bobs.org>2022-08-17 23:34:01 -0400
commit50cd3800d23e10df1c9ad322736b24206344a0ff (patch)
treef76df655e088db57b934c340fc01810b8fa5f88e
parent0d392536d4ff790795f8ae361a37b04506ef2b8c (diff)
downloadwix-50cd3800d23e10df1c9ad322736b24206344a0ff.tar.gz
wix-50cd3800d23e10df1c9ad322736b24206344a0ff.tar.bz2
wix-50cd3800d23e10df1c9ad322736b24206344a0ff.zip
Don't retry 1606 because are they ever transient?!
Fixes https://github.com/wixtoolset/issues/issues/6856.
-rw-r--r--src/api/burn/balutil/balretry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/burn/balutil/balretry.cpp b/src/api/burn/balutil/balretry.cpp
index 9d8abd6d..d2973026 100644
--- a/src/api/burn/balutil/balretry.cpp
+++ b/src/api/burn/balutil/balretry.cpp
@@ -183,7 +183,6 @@ DAPI_(HRESULT) BalRetryEndPackage(
183 1335 == dwError || 183 1335 == dwError ||
184 1402 == dwError || 184 1402 == dwError ||
185 1406 == dwError || 185 1406 == dwError ||
186 1606 == dwError ||
187 1706 == dwError || 186 1706 == dwError ||
188 1719 == dwError || 187 1719 == dwError ||
189 1723 == dwError || 188 1723 == dwError ||