* lib/nscd.c: Remove unused variable.

This commit is contained in:
nekral-guest 2011-10-18 20:16:00 +00:00
parent d3195c6b5f
commit edbdb4bf03
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* src/newusers.c: Fix typo.
* src/useradd.c: Likewise.
* lib/nscd.c: Remove unused variable.
2011-10-15 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -18,7 +18,6 @@
*/
int nscd_flush_cache (const char *service)
{
pid_t pid;
int status, code;
const char *cmd = "/usr/sbin/nscd";
const char *spawnedArgs[] = {"nscd", "-i", service, NULL};