Browse Source

config_passthrough.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
8977800020
  1. 2
      src/config_passthrough.cpp

2
src/config_passthrough.cpp

@ -36,7 +36,7 @@ Passthrough::from_string(const std::string &s_)
if(!x) if(!x)
return -EINVAL; return -EINVAL;
_data = x->_to_string();
_data = x;
return 0; return 0;
} }
Loading…
Cancel
Save