From: Florian Forster Date: Sat, 17 Jan 2009 10:58:30 +0000 (+0100) Subject: bind plugin: Fix a misplaced comma. X-Git-Tag: collectd-4.6.0~98^2~6 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b38c8bb32741745651fb5694a879d0413fbec8a9;hp=db4f7362efcfd89447c950c945f789a44d6e55a5;p=collectd.git bind plugin: Fix a misplaced comma. --- 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);