mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +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. */
|
||||
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);
|
||||
count = 0;
|
||||
tq_foreach_fwd(snl, nss) {
|
||||
|
Reference in New Issue
Block a user