Initialize is not needed
This commit is contained in:
parent
1f3b81338c
commit
f8fdaf5c1f
@ -152,8 +152,6 @@ void quit_pthread(int sig) {
|
|||||||
|
|
||||||
void *monitor_list(void *listpath) {
|
void *monitor_list(void *listpath) {
|
||||||
signal(SIGQUIT, quit_pthread);
|
signal(SIGQUIT, quit_pthread);
|
||||||
// Initial load
|
|
||||||
update_list((char*) listpath);
|
|
||||||
|
|
||||||
int inotifyFd = -1;
|
int inotifyFd = -1;
|
||||||
char buffer[512];
|
char buffer[512];
|
||||||
|
Loading…
Reference in New Issue
Block a user