From: Chuck Lever Date: Wed, 23 Dec 2009 16:18:17 +0000 (-0500) Subject: libexport.a: fix a long-standing typo in name_cmp() X-Git-Tag: nfs-utils-1-2-2-rc4~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e6ec4637a0c9b42132dcbde73ad4506666b92975;hp=e6ec4637a0c9b42132dcbde73ad4506666b92975;p=nfs-utils.git libexport.a: fix a long-standing typo in name_cmp() Not sure what "(!*a || !a == ',')" means... but just a few lines later is "(!*a || *a == ',')". I think "a is '\0' or ','" is what was intended. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---