mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix npe
This commit is contained in:
@@ -136,6 +136,7 @@ public class ScmRealm extends AuthorizingRealm
|
||||
{
|
||||
this.configuration = configuration;
|
||||
this.userManager = userManager;
|
||||
this.groupManager = groupManager;
|
||||
this.repositoryDAO = repositoryDAO;
|
||||
this.authenticator = authenticator;
|
||||
this.cache = cacheManager.getCache(String.class, AuthorizationInfo.class,
|
||||
|
||||
Reference in New Issue
Block a user