Skip to content

Commit 4c5f14d

Browse files
committed
Remove cert block reset from private key section
1 parent 2922c71 commit 4c5f14d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/connection/tlsconfig.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func (c *TLSConfig) AddClientCertFromFile(clientFile string) (string, error) {
109109
} else {
110110
keyBlock = data[start : len(data)-len(remaining)]
111111
start += len(keyBlock)
112-
certDecodedBlock = currentBlock.Bytes
113112
}
114113
}
115114
}

0 commit comments

Comments
 (0)