Skip to content
Snippets Groups Projects
Commit 55256fdb authored by rswindell's avatar rswindell
Browse files

Renamed MAX_VALUE_LEN macro to INI_MAX_VALUE_LEN.

parent e19540b5
No related branches found
No related tags found
No related merge requests found
......@@ -896,7 +896,7 @@ int main(int argc, char** argv)
node_t node;
#ifdef __unix__
char daemon_type[2];
char value[MAX_VALUE_LEN];
char value[INI_MAX_VALUE_LEN];
struct passwd* pw_entry;
struct group* gr_entry;
sigset_t sigs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment