]> git.decadent.org.uk Git - nfs-utils.git/commit
libexport.a: Reduce code duplication in client_init()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 15 Apr 2010 12:57:29 +0000 (08:57 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 15 Apr 2010 12:57:29 +0000 (08:57 -0400)
commite1c93f691348392ee36b763bf57946540891ff16
tree05178d5533dd152cb3b3086efb3630485179e62b
parent1fc99e6d5d6b9401e380ee756a4251c86a3b8d54
libexport.a: Reduce code duplication in client_init()

Clean up:  Most cases in client_init() set clp->m_naddr to zero.  Move
it to the common part of the function, and simplify the logic.  This
will make adding IPv6 support here more straightforward.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/client.c