Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
liblattzfs
Commits
4d428e23
Commit
4d428e23
authored
Aug 15, 2021
by
Shawn Webb
Browse files
Remove comment and manually set zerrata
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
23066d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/liblattzfs.c
View file @
4d428e23
...
...
@@ -47,7 +47,6 @@ lattzfs_ctx_new(const char *pool, uint64_t flags)
lattzfs_ctx_t
*
ctx
;
if
(
pool
==
NULL
)
{
/* No flags are supported, yet */
return
(
NULL
);
}
...
...
@@ -118,6 +117,7 @@ lattzfs_zpool_get_status(lattzfs_ctx_t *ctx, lattzfs_zpool_status_t *status,
}
msgid
=
NULL
;
zerrata
=
0
;
zstatus
=
zpool_get_status
(
ctx
->
lc_pool_handle
,
&
msgid
,
&
zerrata
);
*
errata
=
(
lattzfs_zpool_errata_t
)
zerrata
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment