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 0d548ad commit acf59deCopy full SHA for acf59de
src/home/homework-fscrypt.c
@@ -224,7 +224,7 @@ static int fscrypt_setup(
224
225
r = flistxattr_malloc(setup->root_fd, &xattr_buf);
226
if (r < 0)
227
- return log_error_errno(errno, "Failed to retrieve xattr list: %m");
+ return log_error_errno(r, "Failed to retrieve xattr list: %m");
228
229
NULSTR_FOREACH(xa, xattr_buf) {
230
_cleanup_free_ void *salt = NULL, *encrypted = NULL;
@@ -672,7 +672,7 @@ int home_passwd_fscrypt(
672
673
674
675
676
677
678
const char *nr;
0 commit comments