aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-11 14:43:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-11 14:43:11 -0700
commit43c3a16a239fde1648846e8f07f1e6553e859b51 (patch)
treebbbb6e84fff77c4f8b2e3522911f45e4326fd760 /src/util
parent2ad18d112c2b028dd5721fe67b98d8f86183c09c (diff)
downloadconsfigurator-43c3a16a239fde1648846e8f07f1e6553e859b51.tar.gz
UTIL.LINUX-NAMESPACE:GET-IDS-OFFSET: flip order of the two arguments
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/linux-namespace.lisp b/src/util/linux-namespace.lisp
index 3844de2..afa3080 100644
--- a/src/util/linux-namespace.lisp
+++ b/src/util/linux-namespace.lisp
@@ -18,7 +18,7 @@
(in-package :consfigurator.util.linux-namespace)
(named-readtables:in-readtable :consfigurator)
-(defun get-ids-offset (identifier file)
+(defun get-ids-offset (file identifier)
"Where IDENTIFIER is a username or uid, and FILE is structured like
/etc/subuid and /etc/subuid (see subuid(5) and subgid(5)), return the
numerical subordinate ID and numerical subordinate ID count for the first