aboutsummaryrefslogtreecommitdiff
path: root/src/image.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.lisp')
-rw-r--r--src/image.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/image.lisp b/src/image.lisp
index 3c580ca..82bd569 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -93,7 +93,9 @@ Thus, PREREQUEST must not start up any threads."
,,@forms)))
`(with-fork-request
,(wrap '`(posix-login-environment
- ,(get-connattr :remote-user) ,(get-connattr :remote-home))
+ ,(get-connattr :remote-uid)
+ ,(get-connattr :remote-user)
+ ,(get-connattr :remote-home))
prerequest)
,(wrap request) (,out ,err ,exit)
,@forms)))