mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
Remove error message (#1294)
This commit is contained in:
@@ -297,7 +297,6 @@ ogs_sockaddr_t *ogs_link_local_addr(const char *dev, const ogs_sockaddr_t *sa)
|
||||
|
||||
freeifaddrs(iflist);
|
||||
#endif
|
||||
ogs_error("ogs_link_local_addr_by_dev() failed");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -271,7 +271,7 @@ int smf_gtp_open(void)
|
||||
ogs_freeaddrinfo(ogs_gtp_self()->link_local_addr);
|
||||
if (ogs_gtp_self()->gtpu_addr6)
|
||||
ogs_gtp_self()->link_local_addr =
|
||||
ogs_link_local_addr(NULL, ogs_gtp_self()->gtpu_addr6);
|
||||
ogs_link_local_addr_by_sa(ogs_gtp_self()->gtpu_addr6);
|
||||
|
||||
return OGS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user