Skip to content

Commit 8a13feb

Browse files
fixed default status
1 parent fe5b7e1 commit 8a13feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SslStoreCaProxy/RequestManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public int MapReturnStatus(string sslStoreStatus)
198198
case "Cancelled":
199199
return (int)EndEntityStatus.REVOKED;
200200
default:
201-
return (int)EndEntityStatus.FAILED;
201+
return (int)EndEntityStatus.NEW;
202202
}
203203
}
204204

0 commit comments

Comments
 (0)