Skip to content

Commit

Permalink
argument should be a pointer, not a number
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 9, 2019
1 parent a426cae commit 83b90f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_delay/rlm_delay.c
Expand Up @@ -292,7 +292,7 @@ static int mod_bootstrap(void *instance, CONF_SECTION *conf)

xlat_async_register(inst, inst->xlat_name, xlat_delay,
mod_xlat_instantiate, rlm_delay_t *, NULL,
NULL, 0, NULL, inst);
NULL, NULL, NULL, inst);

return 0;
}
Expand Down

0 comments on commit 83b90f9

Please sign in to comment.