summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-12-30 11:46:12 +0000
committerChristian Pointner <equinox@helsinki.at>2009-12-30 11:46:12 +0000
commit3248675ba9a4bf5c44caec94b95d5f9dcd52a913 (patch)
tree2ee15f6b027743948216afc44654909ffb03a35c
parentno return code at add_remove (not closing at error) (diff)
fixed build
-rw-r--r--rhdropbox.c2
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])