]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: address a minor compiler warning
authorChuck Lever <chuck.lever@oracle.com>
Thu, 11 Oct 2007 20:52:03 +0000 (16:52 -0400)
committerNeil Brown <neilb@suse.de>
Thu, 11 Oct 2007 23:05:30 +0000 (09:05 +1000)
commitff7c7426065f816ec3c6cd9c46d9ffbfbff80d71
tree480bf8aa68b538ab9ede4e66229cc97455aad0c2
parentf461e3348ef3a9e1713fe04ccaa1b88dc0530946
mountd: address a minor compiler warning

auth.c: In function ‘auth_authenticate’:
auth.c:190: warning: ‘error’ may be used uninitialized in this function

"error" is used as an output parameter, but the compiler has no way of
knowing that.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mountd/auth.c