summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/cygwin/README2
-rw-r--r--openbsd-compat/port-linux.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 250baa3a4..3745051f5 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -60,7 +60,7 @@ Options:
60Please note that OpenSSH does never use the value of $HOME to 60Please note that OpenSSH does never use the value of $HOME to
61search for the users configuration files! It always uses the 61search for the users configuration files! It always uses the
62value of the pw_dir field in /etc/passwd as the home directory. 62value of the pw_dir field in /etc/passwd as the home directory.
63If no home diretory is set in /etc/passwd, the root directory 63If no home directory is set in /etc/passwd, the root directory
64is used instead! 64is used instead!
65 65
66================ 66================
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index 622988822..f46094faf 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -193,7 +193,7 @@ ssh_selinux_change_context(const char *newname)
193 } 193 }
194 if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) == 194 if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) ==
195 NULL) { 195 NULL) {
196 logit ("%s: unparseable context %s", __func__, oldctx); 196 logit ("%s: unparsable context %s", __func__, oldctx);
197 return; 197 return;
198 } 198 }
199 199