shared: let nm_utils_parse_inaddr_bin() return the detected address family
As we accept addr_family %AF_UNSPEC to detect the address family, we also need to return it. Just returning the binary address without the address family makes no sense.
Showing