Skip to content
Snippets Groups Projects

Bonding dialog

Merged schneider requested to merge schneider/mp-bonding into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -511,7 +511,7 @@ int epic_config_set_string(const char *key, const char *value_in)
slot->value_offset, buf, sizeof(buf)
);
if (nread == 0) {
LOG_DEBUG("card10.cfg", "could not read old value", );
LOG_DEBUG("card10.cfg", "could not read old value");
goto complex_out;
}
Loading