1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00

Forgot this line...

This commit is contained in:
Jeff Mitchell
2012-06-19 16:10:01 -04:00
parent 63c64de455
commit c9841985a1

View File

@@ -175,6 +175,8 @@ ACLRegistry::isAuthorizedUser( const QString& dbid, const QString &username, ACL
getUserDecision( user, username ); getUserDecision( user, username );
return ACLRegistry::NotFound; return ACLRegistry::NotFound;
} }
else
user.acl = ACLRegistry::Stream;
#endif #endif
m_cache.append( user ); m_cache.append( user );