projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4f736
)
bind plugin: Fix a misplaced comma.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 17 Jan 2009 10:58:30 +0000
(11:58 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 17 Jan 2009 10:58:30 +0000
(11:58 +0100)
src/bind.c
patch
|
blob
|
history
diff --git
a/src/bind.c
b/src/bind.c
index
8da0e6a
..
67854e3
100644
(file)
--- 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);