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:
parent
b4e0bee3be
commit
78bc07b5d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue