OK. I just cloned the latest nfs-ganesha git tree, and found that
get_in_addr
disappeared from include/gsh_rpc.h and RPCAL/rpc_tools.c. Did
something
replace it? Thanks.
It was unused in the current code, and is trivial. It's also not IPv6 safe,
returning 0 for non-AF_INET addresses. We have steadily been trying to
attain 100% IPv6 compatibility so retaining a very IPv4 only function makes
no sense.
Frank