Skip to content

Commit

Permalink
aaa_diameter: allow freeDiameter to load extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed May 8, 2023
1 parent 8d65429 commit 1ebf1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aaa_diameter/aaa_diameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct module_exports exports =
"aaa_diameter", /* module's name */
MOD_TYPE_AAA, /* class of this module */
MODULE_VERSION,
DEFAULT_DLFLAGS, /* dlopen flags */
RTLD_NOW | RTLD_GLOBAL, /* dlopen flags */
NULL, /* load function */
&deps, /* OpenSIPS module dependencies */
cmds, /* exported functions */
Expand Down

0 comments on commit 1ebf1ee

Please sign in to comment.