diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/datastor/datastor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/datastor/datastor.cpp b/src/utils/datastor/datastor.cpp index d65b3f1ac..d32c4787e 100644 --- a/src/utils/datastor/datastor.cpp +++ b/src/utils/datastor/datastor.cpp @@ -86,7 +86,7 @@ Data_Store::get1_memvec(const std::string& key) const throw Invalid_State("Data_Store::get1_memvec: Multiple values for " + key); - return unlock(hex_decode(vals[0])); + return hex_decode(vals[0]); } /* |