Skip to content

Commit 7358018

Browse files
jarrodbliviuchircu
authored andcommitted
cgrates: add missing { NULL, NULL } terminator to modparam deps array
1 parent 5358eee commit 7358018

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/cgrates/cgrates.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ static const dep_export_t deps = {
138138
{ MOD_TYPE_NULL, NULL, 0 },
139139
},
140140
{ /* modparam dependencies */
141+
{ NULL, NULL },
141142
},
142143
};
143144

0 commit comments

Comments
 (0)