diff --git a/kmod/src/manifest.c b/kmod/src/manifest.c index 9858a168..cfc46d0b 100644 --- a/kmod/src/manifest.c +++ b/kmod/src/manifest.c @@ -425,7 +425,7 @@ int scoutfs_manifest_read_items(struct super_block *sb, struct kvec *key) } /* remember new least key */ - scoutfs_kvec_clone(found_key, key); + scoutfs_kvec_clone(found_key, item_key); scoutfs_kvec_clone(found_val, item_val); found = true; had_found = 0;