libmsc/sgs_iface.c: fix copy-paste error

Change-Id: I57b773659302ad4c92b6e670c6156e90a50189ba
This commit is contained in:
Vadim Yanitskiy 2019-03-21 20:51:55 +07:00
parent 0dad52d0b7
commit 118a0b890e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
/* A pointer to the GSM network we work with. By the current paradigm,
* there can only be one gsm_network per MSC. The pointer is set once
* when calling a_init() */
* when calling sgs_iface_init() */
static struct gsm_network *gsm_network = NULL;
static struct osmo_fsm sgs_vlr_reset_fsm;