fix segfault in GetKey when there is nill err object
Compare changes
+ 2
− 2
@@ -121,8 +121,8 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest
This is specific fix in error handling, which is was later broadly addressed by #14 (closed) - so I close this one
Closes #13 (closed)