* libmisc/limits.c: Removed unused variable.
This commit is contained in:
parent
68b6e6d2be
commit
823735750a
@ -1,6 +1,7 @@
|
||||
2010-03-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
|
||||
* libmisc/limits.c: Removed unused variable.
|
||||
|
||||
2010-03-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
|
@ -402,7 +402,6 @@ static int do_user_limits (const char *buf, const char *name)
|
||||
static bool user_in_group (const char *uname, const char *gname)
|
||||
{
|
||||
struct group *groupdata;
|
||||
char **member;
|
||||
|
||||
if (uname == NULL || gname == NULL){
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user