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