Skip to content

Commit 80c3742

Browse files
committed
rtp.io: Fix build (uninitialized static struct)
1 parent 967b358 commit 80c3742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/rtp.io/rtp_io.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ static const dep_export_t deps = {
4343
{ MOD_TYPE_DEFAULT, "rtpproxy", DEP_SILENT|DEP_REVERSE },
4444
{ MOD_TYPE_NULL, NULL, 0 },
4545
},
46+
{ /* modparam dependencies */
47+
{ NULL, NULL },
48+
},
4649
};
4750

4851
static int rtp_io_getchildsock(int);

0 commit comments

Comments
 (0)