whitespace

This commit is contained in:
Damien Miller 2024-06-07 03:31:02 +10:00
parent 49b55e4418
commit 916b0b6174
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
sshd.c
View File

@ -1337,7 +1337,7 @@ main(int ac, char **av)
if (sb.st_uid != 0 || (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0)
#endif
fatal("%s must be owned by root and not group or "
"world-writable.", _PATH_PRIVSEP_CHROOT_DIR);
"world-writable.", _PATH_PRIVSEP_CHROOT_DIR);
}
if (test_flag > 1)