From: Damien Miller Date: Thu, 6 Jun 2024 17:31:02 +0000 (+1000) Subject: whitespace X-Git-Tag: V_9_8_P1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916b0b6174e203cf2c5ec9bcf409472eb7ffbf43;p=thirdparty%2Fopenssh-portable.git whitespace --- 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)