mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Typo in warning message (chown should be chmod).
This commit is contained in:
parent
9144eed401
commit
048e497627
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ setfile(fs, fd)
|
|||
|
||||
if (!gotstat || fs->st_mode != ts.st_mode)
|
||||
if (fd ? fchmod(fd, fs->st_mode) : chmod(to.p_path, fs->st_mode)) {
|
||||
warn("chown: %s", to.p_path);
|
||||
warn("chmod: %s", to.p_path);
|
||||
rval = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue