From f6ce4de561f8e053c670c4159fda756964ef02db Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 21 Nov 2008 10:06:37 +0000 Subject: [PATCH] ... --- lsyncd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsyncd.c b/lsyncd.c index 7eeb1d1..ba0498b 100644 --- a/lsyncd.c +++ b/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); }