summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-linux.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:23 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 10:19:23 +0100
commit202f5a676221c244cd450086c334c2b59f339e86 (patch)
treed2f90a3a9ce2b33485c271eab01a48f02ef6fb5a /openbsd-compat/port-linux.c
parentf0de78bd4f29fa688c5df116f3f9cd43543a76d0 (diff)
parent9ca7e9c861775dd6c6312bc8aaab687403d24676 (diff)
Import openssh_8.3p1.orig.tar.gz
Diffstat (limited to 'openbsd-compat/port-linux.c')
-rw-r--r--openbsd-compat/port-linux.c2
1 files changed, 1 insertions, 1 deletions
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