Browse Source

config_passthrough.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
45dbec907b
  1. 1
      src/config_passthrough.cpp

1
src/config_passthrough.cpp

@ -31,6 +31,7 @@ template<>
int
Passthrough::from_string(const std::string &s_)
{
_data = (int)BE_Passthrough::_from_string(s_);
if(s_ == "off")
_data = Passthrough::ENUM::OFF;
ef(s_ == "ro")

Loading…
Cancel
Save