mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
tmpfiles: drop unnecessary assignment
This commit is contained in:
@@ -663,8 +663,8 @@ static int dir_cleanup(
|
||||
continue;
|
||||
if (r < 0) {
|
||||
/* FUSE, NFS mounts, SELinux might return EACCES */
|
||||
r = log_full_errno(r == -EACCES ? LOG_DEBUG : LOG_ERR, r,
|
||||
"statx(%s/%s) failed: %m", p, de->d_name);
|
||||
log_full_errno(r == -EACCES ? LOG_DEBUG : LOG_ERR, r,
|
||||
"statx(%s/%s) failed: %m", p, de->d_name);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user