We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a938ce commit 11901bcCopy full SHA for 11901bc
src/home/homework-fscrypt.c
@@ -212,7 +212,7 @@ static int fscrypt_setup(
212
213
r = flistxattr_malloc(setup->root_fd, &xattr_buf);
214
if (r < 0)
215
- return log_error_errno(errno, "Failed to retrieve xattr list: %m");
+ return log_error_errno(r, "Failed to retrieve xattr list: %m");
216
217
NULSTR_FOREACH(xa, xattr_buf) {
218
_cleanup_free_ void *salt = NULL, *encrypted = NULL;
@@ -649,7 +649,7 @@ int home_passwd_fscrypt(
649
650
651
652
653
654
655
const char *nr;
0 commit comments