Skip to content

Commit

Permalink
outbound: build, fix missing argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Jan 5, 2024
1 parent ef45b7b commit 4708f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/outbound/outbound_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct module_exports exports = {
destroy /* destroy function */
};

static void *mod_init_openssl(void *) {
static void *mod_init_openssl(void *arg) {
if(flow_token_secret.s) {
assert(ob_key.len == SHA_DIGEST_LENGTH);
LM_DBG("flow_token_secret mod param set. use persistent ob_key");
Expand Down

0 comments on commit 4708f53

Please sign in to comment.