1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hotfix: initialize histogram for reverse path

This commit is contained in:
Steffen Vogel 2015-10-11 12:59:54 +02:00
parent b4e0bee3be
commit 78bc07b5d5

View file

@ -175,7 +175,7 @@ int config_parse_path(config_setting_t *cfg,
config_parse_hooklist(cfg_hook, &r->hooks);
/* Initialize hooks and their private data / parameters */
path_run_hook(p, HOOK_INIT);
path_run_hook(r, HOOK_INIT);
r->rate = p->rate;
r->poolsize = p->poolsize;