summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.c5
-rw-r--r--version.log6
2 files changed, 5 insertions, 6 deletions
diff --git a/src/config.c b/src/config.c
index f018503ac..cea0fe267 100644
--- a/src/config.c
+++ b/src/config.c
@@ -856,11 +856,6 @@ int parse(char *buf, int linenum, int reload)
}
}
- if (n == lenof(directives)) {
-/* error(linenum, "Unknown directive `%s'", dir);
- return 1; *//* don't cause abort */
- }
-
return retval;
}
diff --git a/version.log b/version.log
index 9ac58289e..c87ba0f26 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="9"
-VERSION_BUILD="789"
+VERSION_BUILD="790"
# $Log$
#
+# BUILD : 1.7.9 (790)
+# BUGS : N/A
+# NOTES : Removed some comments from config.c
+#
# BUILD : 1.7.9 (789)
# BUGS : 375
# NOTES : NSOperListOnly and CSOperListOnly are correctly formated in the help now.