Skip to content

Commit

Permalink
Don't complain on deprecated. Closes #1131
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 10, 2015
1 parent dfcb9b4 commit b2c91d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/conffile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,8 @@ int cf_section_parse(CONF_SECTION *cs, void *base,
variables[i + 1].name);
}

if ((ret == -2) && check_config) continue;

goto error;
}
} /* for all variables in the configuration section */
Expand Down

0 comments on commit b2c91d7

Please sign in to comment.