* lib/nscd.c: Remove unused variable.
This commit is contained in:
parent
d3195c6b5f
commit
edbdb4bf03
@ -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>
|
||||
|
||||
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user