]> git.decadent.org.uk Git - nfs-utils.git/commit
statd: add IPv6 support in sm_notify_1_svc()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 14 Jan 2010 17:23:27 +0000 (12:23 -0500)
committerSteve Dickson <steved@redhat.com>
Fri, 15 Jan 2010 19:55:51 +0000 (14:55 -0500)
commitb5b794b165956a7d213b04e51b06597b7b1f8bee
tree92c9ea9018cf461285aaa9e71a7fdf0f38dcd371
parentd6ea66438d89c7708a10e464013491655f5361b0
statd: add IPv6 support in sm_notify_1_svc()

We have all the pieces in place, so update sm_notify_1_svc() to handle
SM_NOTIFY requests sent from IPv6 remotes.

This also eliminates a memory leak: the strdup'd memory containing the
callers' presentation address was never freed.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
utils/statd/callback.c