Browse Source

config_passthrough.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
70d94339fd
  1. 1
      src/config_passthrough.cpp

1
src/config_passthrough.cpp

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

Loading…
Cancel
Save