fix issue with using a reference vs copy for the talkgroup rules YAML filename;

pull/33/head
Bryan Biedenkapp 3 years ago
parent 95e0ed9260
commit 91a79cfc24

@ -235,7 +235,7 @@ namespace lookups
bool getACL();
private:
const std::string& m_rulesFile;
const std::string m_rulesFile;
uint32_t m_reloadTime;
yaml::Node m_rules;

Loading…
Cancel
Save

Powered by TurnKey Linux.