mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +00:00
...
This commit is contained in:
parent
e387b4b658
commit
f6ce4de561
4
lsyncd.c
4
lsyncd.c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user