summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2024-06-06 19:31:02 +0200
committerDamien Miller <djm@mindrot.org>2024-06-06 19:31:02 +0200
commit916b0b6174e203cf2c5ec9bcf409472eb7ffbf43 (patch)
tree1d905fb2069886b05659b6f5baee071ba70bb860 /sshd.c
parentupstream: enable -fret-clean on amd64, for libc libcrypto ld.so (diff)
downloadopenssh-916b0b6174e203cf2c5ec9bcf409472eb7ffbf43.tar.xz
openssh-916b0b6174e203cf2c5ec9bcf409472eb7ffbf43.zip
whitespace
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 36e3773ce..1cc438a71 100644
--- a/sshd.c
+++ b/sshd.c
@@ -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)