From: Chuck Lever Date: Sat, 23 Mar 2013 12:13:22 +0000 (-0400) Subject: gssd: gethostname(3) returns zero or -1, not an errno X-Git-Tag: debian/1%1.2.8-1~11^2^2~22 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=128bca853fc6df20a87d4d3dfe12c1b77204d673;hp=128bca853fc6df20a87d4d3dfe12c1b77204d673 gssd: gethostname(3) returns zero or -1, not an errno According to "man gethostname," gssd is handling the return value of gethostname(3) incorrectly. It looks like other gethostname(3) call sites in nfs-utils are already correct. Acked-by: J. Bruce Fields Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---