fix: missing terminator in two value_string arrays

iu_event_type_names[] and auth_action_names[] lacked a { 0, NULL }.

Change-Id: I2e3f271b887e711c8139fbaa32410c16e7fe9921
This commit is contained in:
Neels Hofmeyr 2016-12-16 14:16:41 +01:00
parent 37f9252361
commit ecdfd6d097
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ const struct value_string iu_event_type_names[] = {
IU_EVT_STR(IU_EVENT_IU_RELEASE),
IU_EVT_STR(IU_EVENT_LINK_INVALIDATED),
#undef IU_EVT_STR
{ 0, NULL }
};
struct ue_conn_ctx *ue_conn_ctx_alloc(struct osmo_sccp_link *link, uint32_t conn_id)

View File

@ -39,6 +39,7 @@ const struct value_string auth_action_names[] = {
AUTH_ACTION_STR(AUTH_DO_CIPH),
AUTH_ACTION_STR(AUTH_DO_AUTH),
#undef AUTH_ACTION_STR
{ 0, NULL }
};
static int