diff options
author | Bob Arnson <bob@firegiant.com> | 2022-08-17 21:47:04 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-08-17 23:34:01 -0400 |
commit | 50cd3800d23e10df1c9ad322736b24206344a0ff (patch) | |
tree | f76df655e088db57b934c340fc01810b8fa5f88e /src/api | |
parent | 0d392536d4ff790795f8ae361a37b04506ef2b8c (diff) | |
download | wix-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.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/burn/balutil/balretry.cpp | 1 |
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 || |