Merging upstream version 2.4+really2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f52576e699
commit
be98c20625
458 changed files with 7148 additions and 5151 deletions
|
@ -121,7 +121,7 @@ int solidigm_get_telemetry_log(int argc, char **argv, struct command *cmd, struc
|
|||
cfg.cfg_file, strerror(err));
|
||||
goto close_fd;
|
||||
}
|
||||
json_tokener * jstok = json_tokener_new();
|
||||
struct json_tokener * jstok = json_tokener_new();
|
||||
|
||||
tl.configuration = json_tokener_parse_ex(jstok, conf_str, length);
|
||||
if (jstok->err != json_tokener_success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue