Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Dec 11, 2024
1 parent 1831ab9 commit cd1324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5LS.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ herr_t readLSConf(char *fname, cache_storage_t *LS) {
linenum++;
if (line[0] == '#')
continue;
if (sscanf(line, "%[^:]:%255s", ip, mac) != 2) {
if (sscanf(line, "%[^:]:%s", ip, mac) != 2) {
if (RANK == io_node())
fprintf(stderr, "Syntax error, line %d\n", linenum);
continue;
Expand Down

0 comments on commit cd1324b

Please sign in to comment.