This commit is contained in:
Axel Kittenberger 2008-11-21 10:06:37 +00:00
parent e387b4b658
commit f6ce4de561

View File

@ -1516,8 +1516,8 @@ bool parse_config(bool fullparse) {
fprintf(stderr, "error in config file: version specifier missing in \"%s\",\n", conf_filename);
exit(LSYNCD_BADCONFIGFILE);
}
if (xmlStrcmp(xc, BAD_CAST "1.24")) {
fprintf(stderr, "error in config file: expected a \"1.24\" versioned file, found \"%s\"\n", xc);
if (xmlStrcmp(xc, BAD_CAST "1.25")) {
fprintf(stderr, "error in config file: expected a \"1.25\" versioned file, found \"%s\"\n", xc);
exit(LSYNCD_BADCONFIGFILE);
}