aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/spx11.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/spx11.go')
-rw-r--r--internal/app/spx11.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/spx11.go b/internal/app/spx11.go
index 219f2cb2..a597e344 100644
--- a/internal/app/spx11.go
+++ b/internal/app/spx11.go
@@ -25,7 +25,7 @@ type spX11Op struct {
}
func (s *spX11Op) toSystem(state *outcomeStateSys) error {
- if state.config.Enablements.Unwrap()&hst.EX11 == 0 {
+ if state.et&hst.EX11 == 0 {
return errNotEnabled
}