diff --git a/src/config-store/model/raw-text-config.cc b/src/config-store/model/raw-text-config.cc index e858874..c40287b 100644 --- a/src/config-store/model/raw-text-config.cc +++ b/src/config-store/model/raw-text-config.cc @@ -171,6 +171,7 @@ RawTextConfigLoad::Global (void) void RawTextConfigLoad::Attributes (void) { + m_is->clear (); m_is->seekg (0); std::string type, path, value; *m_is >> type >> path >> value;