2
0
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:
Todd C. Miller
2010-03-19 07:31:42 -04:00
parent 38937dca5e
commit 71baab8acc

View File

@@ -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) {