* src/groupmems.c: Call open_files() and close_files().

* src/groupmems.c: Always call check_perms(), which takes care of
	checking if --list is used.
This commit is contained in:
nekral-guest
2008-09-06 16:27:21 +00:00
parent a7b3bcb43c
commit 70cf08329b
2 changed files with 9 additions and 21 deletions

View File

@@ -1,3 +1,9 @@
2008-09-06 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: Call open_files() and close_files().
* src/groupmems.c: Always call check_perms(), which takes care of
checking if --list is used.
2008-09-06 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/obscure.c: Compare characters to '\0', not NULL.