mirror of
https://github.com/systemd/systemd.git
synced 2025-03-28 02:50:16 +03:00
Fix typo
This commit is contained in:
parent
0deb073a66
commit
c987fefc43
@ -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 user 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.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user