]> granicus.if.org Git - sudo/commitdiff
Add missing whitespace for Runas and Command-specific defaults
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Mar 2010 11:31:42 +0000 (07:31 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Mar 2010 11:31:42 +0000 (07:31 -0400)
plugins/sudoers/sudo_nss.c

index 8ef352776f495e8db3372290b2a52a50d039b8be..0bfc9eeacff51f675990dc54697037da347de369 100644 (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) {