projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0deb073
)
Fix typo
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 1 Dec 2017 17:53:24 +0000
(18:53 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 6 Dec 2017 09:30:26 +0000
(10:30 +0100)
src/shared/specifier.c
patch
|
blob
|
history
diff --git
a/src/shared/specifier.c
b/src/shared/specifier.c
index 9034cc20d728b77144b1c666b89fce434539df71..6839d1892dac759d264c85b0f1506274854c34ab 100644
(file)
--- a/
src/shared/specifier.c
+++ b/
src/shared/specifier.c
@@
-207,7
+207,7
@@
int specifier_user_name(char specifier, void *data, void *userdata, char **ret)
/* If we are UID 0 (root), this will not result in NSS, otherwise it might. This is good, as we want to be able
* to run this in PID 1, where our user ID is 0, but where NSS lookups are not allowed.
- * We don't use
r
getusername_malloc() here, because we don't want to look at $USER, to remain consistent with
+ * We don't use getusername_malloc() here, because we don't want to look at $USER, to remain consistent with
* specifer_user_id() below.
*/