summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cfg b/init.cfg
index f2950efb0..d29b3f254 100644
--- a/init.cfg
+++ b/init.cfg
@@ -648,7 +648,7 @@ skip_if_mcstransd_is_running_()
case $__ctx in
*:*:*:*) __ctx_ok=1 ;; # four components is ok
*:*:*) # three components is ok too if there is no MLS
- mls_enabled_ && __ctk_ok=1 ;;
+ mls_enabled_ || __ctx_ok=1 ;;
esac
test "$__ctx_ok" ||