From e97a0f3414926d2442e82c8531287e4b6e10ef37 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 9 Mar 2022 16:15:21 -0700 Subject: rename MEMSTRING= -> MEMSTR= 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 d279b2d..498cad9 100644 --- a/src/connection/linux-namespace.lisp +++ b/src/connection/linux-namespace.lisp @@ -339,7 +339,7 @@ setgroups(2) is denied in the namespace." (val (subseq entry (1+ pos)))) (unless (and uid - (memstring= var '("HOME" "SHELL" "USER" "LOGNAME" "PATH"))) + (memstr= var '("HOME" "SHELL" "USER" "LOGNAME" "PATH"))) (setf (getenv var) val)))) (when gid (nix:setgid gid) -- cgit v1.2.3