f167cff199e2fc7df6c558e437222593ccecd390
The slot wasn't being freed every time util_internal_token_name() was called which caused NSS_Shutdown() and NSS_ShutdownContext() to return SEC_ERROR_BUSY.
Discovered in IPA issue https://pagure.io/freeipa/issue/8533
Tested locally and in IPA CI and confirmed successful shutdown.
Pull-Request has been merged by rcritten
The slot wasn't being freed every time util_internal_token_name()
was called which caused NSS_Shutdown() and NSS_ShutdownContext()
to return SEC_ERROR_BUSY.
Discovered in IPA issue https://pagure.io/freeipa/issue/8533