mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
limit_value: fix typo in hook config parser
This commit is contained in:
parent
80f63f26c7
commit
6adcd8cf92
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
||||||
|
|
||||||
ret = json_unpack_ex(json, &err, 0, "{ s: f, s: f }",
|
ret = json_unpack_ex(json, &err, 0, "{ s: f, s: f }",
|
||||||
"min", &min,
|
"min", &min,
|
||||||
"min", &max
|
"max", &max
|
||||||
);
|
);
|
||||||
if (ret)
|
if (ret)
|
||||||
throw ConfigError(json, err, "node-config-hook-average");
|
throw ConfigError(json, err, "node-config-hook-average");
|
||||||
|
|
Loading…
Add table
Reference in a new issue