mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
osmux: Be accurate. The label has been already created
This commit is contained in:
@@ -89,7 +89,7 @@ osmux_handle_lookup(struct mgcp_config *cfg, struct in_addr *addr)
|
||||
|
||||
llist_add(&h->head, &osmux_handle_list);
|
||||
|
||||
LOGP(DMGCP, LOGL_DEBUG, "creating new OSMUX handle for addr=%s\n",
|
||||
LOGP(DMGCP, LOGL_DEBUG, "created new OSMUX handle for addr=%s\n",
|
||||
inet_ntoa(*addr));
|
||||
out:
|
||||
return h->in;
|
||||
|
||||
Reference in New Issue
Block a user