mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
Add missing whitespace for Runas and Command-specific defaults
This commit is contained in:
@@ -272,7 +272,7 @@ display_privs(snl, pw)
|
|||||||
|
|
||||||
/* Display Runas and Cmnd-specific defaults from all sources. */
|
/* Display Runas and Cmnd-specific defaults from all sources. */
|
||||||
lbuf.len = 0;
|
lbuf.len = 0;
|
||||||
lbuf_append(&lbuf, "Runas and Command-specific defaults for", pw->pw_name,
|
lbuf_append(&lbuf, "Runas and Command-specific defaults for ", pw->pw_name,
|
||||||
":\n", NULL);
|
":\n", NULL);
|
||||||
count = 0;
|
count = 0;
|
||||||
tq_foreach_fwd(snl, nss) {
|
tq_foreach_fwd(snl, nss) {
|
||||||
|
Reference in New Issue
Block a user