Fix initialization of virIdentityPtr thread locals
Some code mistakenly called virIdentityOnceInit directly instead of virIdentityInitialize(). This meant that one-time initializer was run many times with predictably bad results.
Showing
想要评论请 注册 或 登录