diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-12-30 11:46:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-12-30 11:46:12 (GMT) |
commit | 3248675ba9a4bf5c44caec94b95d5f9dcd52a913 (patch) | |
tree | 2ee15f6b027743948216afc44654909ffb03a35c | |
parent | 11948d1184032f997fb99eb548207a64966d4a7d (diff) |
fixed build
-rw-r--r-- | rhdropbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |