aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:26:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:26:55 -0700
commit6d5c8b2d399a949fca10afcba88a1a5a68917221 (patch)
tree8d47b99f943a40514cb1a1d8d5c387ecdc71b9f9 /src/connection
parent12fe8a3d803c952b6330544b23cc54945d5b3aa8 (diff)
downloadconsfigurator-6d5c8b2d399a949fca10afcba88a1a5a68917221.tar.gz
rename PASSWD-ENTRY -> PASSWD-FIELD
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-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)