]> granicus.if.org Git - shadow/commitdiff
Removed unused variable 'member'.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 23 Nov 2007 20:00:03 +0000 (20:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 23 Nov 2007 20:00:03 +0000 (20:00 +0000)
ChangeLog
lib/groupio.c

index 210fe5ae68a772f8c66f27e25e55d491d17f0911..17dab236b0b5b5bc2d2f537ac01ec62236069dae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
-2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
+2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/groupio.c: Removed unused variable 'member'.
+
+2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/chpasswd.8.xml: Document the variables used by chpasswd.
        The definitions are copied from login.defs. I should try to use a
        less error prone process for this.
 
-2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
+2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/login.defs.5.xml: Use <replaceable> for the values set by
        users. (was sometimes <emphasis remap='I'>)
@@ -16,7 +20,7 @@
        * man/login.defs.5.xml: Document the variables used by chpasswd
        and chgpasswd.
 
-2007-11-22  Nicolas François  <nicolas.francois@centraliens.net>
+2007-11-23  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c:
        svn propset svn:keywords Id
index 8ac673d8956f5b1fb11893a730a7190444d188e6..e49d89655bccacc3db53720a7fb6f030476e1a1d 100644 (file)
@@ -239,7 +239,6 @@ static struct commonio_entry *merge_group_entries (struct commonio_entry *gr1,
 {
        struct group *gptr1;
        struct group *gptr2;
-       char *member;
        char **new_members;
        int members = 0;
        char *new_line;