aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/outcome.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-18 17:35:20 +0900
committerOphestra <cat@gensokyo.uk>2025-10-18 17:35:20 +0900
commitf6f0cb56ae64a47dcb948134e19afbd241452fd9 (patch)
tree76514137d848cd0d1bcc49f7640a0cae72e91534 /internal/app/outcome.go
parentd4284c109d593fa1413a162734b3db5134c66d19 (diff)
internal/app/hsu: remove wrapper method
This was added to reduce the size of diffs. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/outcome.go')
-rw-r--r--internal/app/outcome.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/outcome.go b/internal/app/outcome.go
index d9aad2a3..2f13c4f3 100644
--- a/internal/app/outcome.go
+++ b/internal/app/outcome.go
@@ -82,7 +82,7 @@ func newOutcomeState(k syscallDispatcher, msg message.Msg, id *state.ID, config
Shim: &shimParams{PrivPID: k.getpid(), Verbose: msg.IsVerbose()},
ID: id,
Identity: config.Identity,
- UserID: hsu.MustIDMsg(msg),
+ UserID: hsu.MustID(msg),
EnvPaths: copyPaths(k),
Container: config.Container,
}