From: Steinar H. Gunderson Date: Tue, 24 Oct 2006 06:10:44 +0000 (+1000) Subject: Fix -n option to mountd X-Git-Tag: nfs-utils-1-0-11~40 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c52c3bae6e24afb631430161d6bcd318b4467600;hp=c52c3bae6e24afb631430161d6bcd318b4467600;p=nfs-utils.git Fix -n option to mountd The getopt_long() option string in mountd was having a spurious colon after the 'n', leading to the short form of --no-tcp not being usable (expecting a parameter, contrary to the long form and the documentation). Fix. ---