Skip to content

Commit fcbe747

Browse files
committed
Use DEP_REVERSE_CINIT.
1 parent fea1d6f commit fcbe747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rtp.io/rtp_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void mod_destroy(void);
4242

4343
static const dep_export_t deps = {
4444
{ /* OpenSIPS module dependencies */
45-
{ MOD_TYPE_DEFAULT, "rtpproxy", DEP_SILENT|DEP_REVERSE|DEP_REVERSE_INIT },
45+
{ MOD_TYPE_DEFAULT, "rtpproxy", (DEP_SILENT|DEP_REVERSE) & (~DEP_REVERSE_CINIT) },
4646
{ MOD_TYPE_NULL, NULL, 0 },
4747
},
4848
{ /* modparam dependencies */

0 commit comments

Comments
 (0)