ranap_msg_factory: remove unusued variable

remove variable i in ranap_new_msg_sec_mod_compl() as it is not
used (compiler warning)

Change-Id: I93d9e95109fb78bc6cc161745b9e14de8b623d4f
This commit is contained in:
Philipp Maier 2017-12-19 17:48:38 +01:00 committed by Harald Welte
parent 1eb19cf690
commit aa8d48cbe0
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ struct msgb *ranap_new_msg_sec_mod_compl(
RANAP_SecurityModeCompleteIEs_t ies;
RANAP_SecurityModeComplete_t out;
struct msgb *msg;
int i, rc;
int rc;
memset(&ies, 0, sizeof(ies));
memset(&out, 0, sizeof(out));