mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
Instead of relying on external sources to keep track of the active config file, store it as a private variable inside MixConfig. This change prevents inconsistencies regarding filename and also simplifies the code since the caller doesn't need to initialize the path or know the filename if it was not the one that initialized that config object. Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>