git: 6a4f6cff7659 - stable/12 - loader: typo did slip into 359408
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 06:10:41 UTC
The branch stable/12 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a4f6cff7659648f847f690fc31d3980e92cfe2c
commit 6a4f6cff7659648f847f690fc31d3980e92cfe2c
Author: Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2020-03-28 21:55:42 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 02:42:34 +0000
loader: typo did slip into 359408
somehow r was lost from 'char'.
(cherry picked from commit 6c01b7102de4ef77fb886df410f70171f04b3fae)
---
stand/libsa/zfs/zfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stand/libsa/zfs/zfs.c b/stand/libsa/zfs/zfs.c
index 9bcf4b35a84e..d94072d80628 100644
--- a/stand/libsa/zfs/zfs.c
+++ b/stand/libsa/zfs/zfs.c
@@ -92,7 +92,7 @@ static int zfs_env_count;
SLIST_HEAD(zfs_be_list, zfs_be_entry) zfs_be_head = SLIST_HEAD_INITIALIZER(zfs_be_head);
struct zfs_be_list *zfs_be_headp;
struct zfs_be_entry {
- cha *name;
+ char *name;
SLIST_ENTRY(zfs_be_entry) entries;
} *zfs_be, *zfs_be_tmp;