chore: Fix GCC 13 compilation and SoundTouch libraries being installed. (#6593)
This commit is contained in:
@@ -22,7 +22,7 @@ bool VerifyLogin(const std::string& host, const std::string& username, const std
|
||||
return username.empty();
|
||||
}
|
||||
|
||||
return username == *iter;
|
||||
return *iter == username;
|
||||
}
|
||||
|
||||
} // namespace WebService
|
||||
|
Reference in New Issue
Block a user