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

fix(config): full read line is MAX_LINE_LENGTH

parent b19016dd
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ void load_config(void) ...@@ -269,7 +269,7 @@ void load_config(void)
} }
break; break;
} }
} while (nread == sizeof(buf)); } while (nread == MAX_LINE_LENGTH);
epic_file_close(fd); epic_file_close(fd);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment