bind plugin: Fix a misplaced comma.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 17 Jan 2009 10:58:30 +0000 (11:58 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 17 Jan 2009 10:58:30 +0000 (11:58 +0100)
src/bind.c

index 8da0e6a..67854e3 100644 (file)
@@ -51,11 +51,11 @@ static const char *config_keys[] =
 {
   "URL",
   "RRQueriesIn",
-  "Requests"
+  "Requests",
   "QueryResults",
   "Updates",
   "ZoneMaintenance",
-  "Resolver",
+  "Resolver"
 };
 static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);