From 3248675ba9a4bf5c44caec94b95d5f9dcd52a913 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 30 Dec 2009 11:46:12 +0000 Subject: fixed build --- rhdropbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhdropbox.c b/rhdropbox.c index bfcf087..90694f7 100644 --- a/rhdropbox.c +++ b/rhdropbox.c @@ -309,7 +309,7 @@ int process_cmd(const char* cmd, int fd, int inotify_fd, watch_list_t* watch_lst switch(cmd_id) { case ADD: - case REMOVE: process_cmd_add_remove(cmd_id, param, fd, inotify_fd, watch_lst, client_lst); return ret; + case REMOVE: process_cmd_add_remove(cmd_id, param, fd, inotify_fd, watch_lst, client_lst); break; case STATUS: process_cmd_status(fd, watch_lst, client_lst); break; case LOG: { if(param && param[0]) -- cgit v1.2.3