From b48509e767d6e67a812eb859d861c64d272d80f6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 17:50:05 -0500 Subject: [PATCH] config_passthrough.cpp --- src/config_passthrough.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index af076c34..17cc1e29 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -36,7 +36,7 @@ Passthrough::from_string(const std::string &s_) if(!x) return -EINVAL; - _data = x; + _data = *x; return 0; }