* libmisc/limits.c: Removed unused variable.

This commit is contained in:
nekral-guest 2010-03-19 11:25:56 +00:00
parent 68b6e6d2be
commit 823735750a
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -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;