]> git.decadent.org.uk Git - nfs-utils.git/commit
libexport.a: fix using bad index for loop at cltsetup()
authorMi Jinlong <mijinlong@cn.fujitsu.com>
Wed, 22 Jun 2011 19:41:27 +0000 (15:41 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 22 Jun 2011 22:31:57 +0000 (18:31 -0400)
commitc7ce7a4674ad446bee4dd3baf90155ce6b216816
tree71d247bc12c9766cd5d46fad39187844f3b89c63
parentb50ad13298b3e9519a9bdecb8c146c9ecf39cef8
libexport.a: fix using bad index for loop at cltsetup()

In cltsetup(), when checking the address, use clp's naddr for index,
instead of  cltarg's naddr, which it's always zero there.

Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/nfsctl.c