From: Steve Dickson Date: Mon, 14 Nov 2011 14:54:47 +0000 (-0500) Subject: rpc.idmapd: Sections in idmapd.conf are ignored. X-Git-Tag: nfs-utils-1-2-6-rc3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d22ef3f525d71b565fcc688557273a6cabeeb71a;hp=d22ef3f525d71b565fcc688557273a6cabeeb71a rpc.idmapd: Sections in idmapd.conf are ignored. In the parsing routine, conf_parse_line(), a string is not being null terminated which is causing section of the config file to be ignored. https://bugzilla.linux-nfs.org/show_bug.cgi?id=205 Signed-off-by: Steve Dickson ---