hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, osmo_sccp_addr *addr)

libosmo-sccp introduce the new signature in
564ff618004b ("sccp: make osmo_sccp_addr_name() available")

Change-Id: I5c9abba321ec182d293c33bcffea3462f8717045
This commit is contained in:
Alexander Couzens 2017-08-15 12:19:45 +00:00 committed by Harald Welte
parent 1aef9a6e1f
commit e03d8a0c97
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ static int resolve_addr_name(struct osmo_sccp_addr *dest, struct osmo_ss7_instan
if (!addr_has_pc_and_ssn(dest)) {
LOGP(DMAIN, LOGL_ERROR, "Invalid/incomplete %s remote-addr: %s\n",
label, osmo_sccp_addr_name(dest));
label, osmo_sccp_addr_name(*ss7, dest));
return -1;
}