aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/hsu.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/hsu.go')
-rw-r--r--internal/app/hsu.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/app/hsu.go b/internal/app/hsu.go
index cae56c88..1286249a 100644
--- a/internal/app/hsu.go
+++ b/internal/app/hsu.go
@@ -21,7 +21,9 @@ type Hsu struct {
id int
kOnce sync.Once
- k syscallDispatcher
+
+ // msg is not populated
+ k syscallDispatcher
}
var ErrHsuAccess = errors.New("current user is not in the hsurc file")