From b38c8bb32741745651fb5694a879d0413fbec8a9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 17 Jan 2009 11:58:30 +0100 Subject: [PATCH] bind plugin: Fix a misplaced comma. --- src/bind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bind.c b/src/bind.c index 8da0e6a7..67854e3d 100644 --- a/src/bind.c +++ b/src/bind.c @@ -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); -- 2.11.0