]> git.decadent.org.uk Git - nfs-utils.git/commit
Fix -n option to mountd
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 24 Oct 2006 06:10:44 +0000 (16:10 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 24 Oct 2006 06:10:44 +0000 (16:10 +1000)
commitc52c3bae6e24afb631430161d6bcd318b4467600
treeca4cbcfe6461b4abe25a92c2cfe9ba5341e7d5a2
parent95aa4adaec0f6543a5fb9db112953d8ec9a100ff
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.
ChangeLog
utils/mountd/mountd.c