[openssh-commits] [openssh] 02/03: whitespace

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 7 04:04:54 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 916b0b6174e203cf2c5ec9bcf409472eb7ffbf43
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Jun 7 03:31:02 2024 +1000

    whitespace
---
 sshd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd.c b/sshd.c
index 36e3773c..1cc438a7 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)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list