Skip to content

Commit 0edfb2f

Browse files
committed
Address review comments.
1 parent 967fe8c commit 0edfb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xds/src/main/java/io/grpc/xds/internal/security/certprovider/CertProviderSslContextProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ private void clearKeysAndCerts() {
184184
savedKey = null;
185185
if (!isUsingSystemRootCerts) {
186186
savedTrustedRoots = null;
187+
savedSpiffeTrustMap = null;
187188
}
188-
savedSpiffeTrustMap = null;
189189
savedCertChain = null;
190190
}
191191

0 commit comments

Comments
 (0)