Skip to content

kerberos-identity: Add missing locking

Ray Strode requested to merge add-identity-lock into master

commit c492cbfd introduced some code to goa_kerberos_identity_update that's not protected by the identity lock.

It really should be.

This commit fixes that.

Merge request reports