diff options
Diffstat (limited to 'module/zcommon/zfs_fletcher.c')
-rw-r--r-- | module/zcommon/zfs_fletcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfs_fletcher.c b/module/zcommon/zfs_fletcher.c index a3888a32b..f3eae6791 100644 --- a/module/zcommon/zfs_fletcher.c +++ b/module/zcommon/zfs_fletcher.c @@ -294,7 +294,7 @@ int fletcher_4_impl_set(const char *val) { const fletcher_4_ops_t *ops; - enum fletcher_selector idx; + enum fletcher_selector idx = FLETCHER_FASTEST; size_t val_len; unsigned i; |