summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-12 18:49:41 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-12 18:49:41 +0000
commitdada762c9eda63dcd5101865aafb244e67c5b22e (patch)
treeea25ca3dc736220762ea7a3c1010d08c53c43b5d
parent1e064cc12631d498310d7bffa8cba8f2ed89b9cf (diff)
BUILD : 1.7.9 (790) BUGS : N/A NOTES : Removed some comments from config.c
git-svn-id: svn://svn.anope.org/anope/trunk@790 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@550 5417fbe8-f217-4b02-8779-1006273d7864
-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.