mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-17 02:01:44 +02:00
Fix config password parsing
This commit is contained in:
parent
7d7ef5bf10
commit
aa3b289b47
4 changed files with 52 additions and 4 deletions
|
@ -99,7 +99,7 @@ struct ServerSettings
|
|||
{
|
||||
std::string perm;
|
||||
name = utils::string::split_left(user_password_role, ':', perm);
|
||||
password = utils::string::split_left(perm, ':', role_name);
|
||||
password = utils::string::split_right(perm, ':', role_name);
|
||||
}
|
||||
|
||||
/// user name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue