commit | 367156d9a87b21b5232dd93107c5fc61b09ba2ef | [log] [tgz] |
---|---|---|
author | Anna Schumaker <bjschuma@netapp.com> | Wed Sep 25 17:02:48 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Sep 29 16:03:34 2013 -0400 |
tree | ad6f22882edf05fc9712a9cea8ab865c1dcc49b7 | |
parent | 58a8cf1212f0f3b9afb07b73647a2bca4e5a28af [diff] |
NFS: Give "flavor" an initial value to fix a compile warning The previous patch introduces a compile warning by not assigning an initial value to the "flavor" variable. This could only be a problem if the server returns a supported secflavor list of length zero, but it's better to fix this before it's ever hit. Signed-off-by: Anna Schumaker <bjschuma@netapp.com> Acked-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>