Skip to content

Commit ee7a9aa

Browse files
jarrodbliviuchircu
authored andcommitted
cgrates: add missing { NULL, NULL } terminator to modparam deps array
(cherry picked from commit 7358018)
1 parent b7b7c89 commit ee7a9aa

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)