]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use svc_getrpccaller() rather than svc_getcaller() for using
authorJun Kuriyama <kuriyama@FreeBSD.org>
Thu, 3 Feb 2005 22:21:19 +0000 (22:21 +0000)
committerJun Kuriyama <kuriyama@FreeBSD.org>
Thu, 3 Feb 2005 22:21:19 +0000 (22:21 +0000)
commit2d914e96707787a440b10a93284c6360689b183d
tree25f9e7f96f5dbb52348d70a84bf76e8a9f74c83e
parentc652fd85740f8026db82cff28c8f6c8db9d900a2
- Use svc_getrpccaller() rather than svc_getcaller() for using
  xt_rtaddr member of SVCXPRT structure.  This allows to use IPv6
  address stored in "struct sockaddr_storage" in "struct netbuf".
- Output the reason of getnameinfo() error.

Reviewed by: alfred
usr.sbin/rpc.lockd/lock_proc.c