]> granicus.if.org Git - shadow/commitdiff
* src/useradd.c: Remove unused Zflg.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Jul 2011 01:47:52 +0000 (01:47 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Jul 2011 01:47:52 +0000 (01:47 +0000)
ChangeLog
src/useradd.c

index 09fd11e1a3d1866e0a619e3a9924f6662a9c2f79..1f10534e517fec2354b595066a127a7a1d54c880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-30  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/useradd.c: Remove unused Zflg.
+
 2011-07-30  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/chgpasswd.c: Fix typo sp -> sg. sg_namp -> sg_name
index b7d51715b6520907f18884428bd1c6a7740ddf25..a60aa687e899d4046e98639277bebea47329d56c 100644 (file)
@@ -148,8 +148,7 @@ static bool
     rflg = false,              /* create a system account */
     sflg = false,              /* shell program for new account */
     uflg = false,              /* specify user ID for new account */
-    Uflg = false,              /* create a group having the same name as the user */
-    Zflg = false;              /* new selinux user */
+    Uflg = false;              /* create a group having the same name as the user */
 
 static bool home_added = false;
 
@@ -1201,7 +1200,6 @@ static void process_flags (int argc, char **argv)
                        case 'Z':
                                if (is_selinux_enabled () > 0) {
                                        user_selinux = optarg;
-                                       Zflg = true;
                                } else {
                                        fprintf (stderr,
                                                 _("%s: -Z requires SELinux enabled kernel\n"),