Skip to content
Snippets Groups Projects
Commit ebd3d016 authored by schneider's avatar schneider
Browse files

feat(config): Return missed error code

parent 48f1c7a8
No related branches found
No related tags found
No related merge requests found
...@@ -517,6 +517,7 @@ int epic_config_set_string(const char *key, const char *value_in) ...@@ -517,6 +517,7 @@ int epic_config_set_string(const char *key, const char *value_in)
); );
if (nread == 0) { if (nread == 0) {
LOG_DEBUG("card10.cfg", "could not read old value"); LOG_DEBUG("card10.cfg", "could not read old value");
ret = -EIO;
goto complex_out; goto complex_out;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment