]> git.itanic.dy.fi Git - rrdd/commit
config.c: Fix macro variable usage
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 23 Jun 2012 10:46:05 +0000 (13:46 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 23 Jun 2012 10:46:05 +0000 (13:46 +0300)
commit8d20d4ffe383968f5eb7d3d55ee15ccce590ee90
tree6a04d8993990c3e5ae19a1399995dfa2ea3d9016
parent2ded96320848c7222fdd0e0a75f208495e8a0019
config.c: Fix macro variable usage

The variable name was missing an underscore, thus it was using the
variable outside of its parameter list.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
config.c