aboutsummaryrefslogtreecommitdiff
path: root/src/connection/linux-namespace.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/linux-namespace.lisp')
-rw-r--r--src/connection/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp
index 398cf63..c5c3809 100644
--- a/src/connection/linux-namespace.lisp
+++ b/src/connection/linux-namespace.lisp
@@ -114,7 +114,7 @@
(defmethod initialize-instance :after
((connection lxc-unpriv-attach-connection) &key)
(with-slots (owner owner-uid) connection
- (when owner (setf owner-uid (user:passwd-entry 2 owner)))))
+ (when owner (setf owner-uid (user:passwd-field 2 owner)))))
(defmethod connection-shell-wrap
((connection lxc-unpriv-attach-connection) cmd)