diff options
author | Damien Miller <djm@mindrot.org> | 2024-06-06 19:31:02 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-06-06 19:31:02 +0200 |
commit | 916b0b6174e203cf2c5ec9bcf409472eb7ffbf43 (patch) | |
tree | 1d905fb2069886b05659b6f5baee071ba70bb860 /sshd.c | |
parent | upstream: enable -fret-clean on amd64, for libc libcrypto ld.so (diff) | |
download | openssh-916b0b6174e203cf2c5ec9bcf409472eb7ffbf43.tar.xz openssh-916b0b6174e203cf2c5ec9bcf409472eb7ffbf43.zip |
whitespace
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |