Skip to content
Snippets Groups Projects
Commit 8edc7bea authored by Alexander Holodov's avatar Alexander Holodov
Browse files

removed useless line

parent 01b7a91a
No related branches found
No related tags found
1 merge request!35supported key suspend
......@@ -76,8 +76,6 @@ func (s *KeyStorageServerImpl) updateAll(ctx context.Context, uuid string, updat
client := keyutils.CreateDataStorageClient(auth)
defer client.CloseClient()
client.SetUpClient(auth, s.DataStorageUrl, s.CertPEM, s.KeyPEM, s.CaCertPEM, s.MaxMessageSize)
for _, kType := range []api.KeyType{api.KeyType_PRIVATE, api.KeyType_PUBLIC, api.KeyType_CERTIFICATE} {
statusList := updateKey(client, uuid, kType, update)
if statusList != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment