From 6d5c8b2d399a949fca10afcba88a1a5a68917221 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Apr 2022 17:26:55 -0700 Subject: rename PASSWD-ENTRY -> PASSWD-FIELD Signed-off-by: Sean Whitton --- src/connection/linux-namespace.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection') 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) -- cgit v1.2.3