From: Chuck Lever Date: Thu, 14 Jan 2010 17:23:27 +0000 (-0500) Subject: statd: add IPv6 support in sm_notify_1_svc() X-Git-Tag: nfs-utils-1-2-2-rc7~13 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b5b794b165956a7d213b04e51b06597b7b1f8bee;hp=b5b794b165956a7d213b04e51b06597b7b1f8bee 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 ---