summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/ribmgr.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-24 13:53:13 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-24 13:53:13 +0100
commit64b5f41e1723a034fab8eee45931e1aa8b50e104 (patch)
tree7aed660cbc96518dfae0b07d3f2c509200e0c76e /src/ipcpd/normal/ribmgr.c
parent165ef2da36794da141cfde70825a55a6bd9ba263 (diff)
parentb6cbfbee25dfc42a89cdfb0fb3eb352f211f6019 (diff)
downloadouroboros-64b5f41e1723a034fab8eee45931e1aa8b50e104.tar.gz
ouroboros-64b5f41e1723a034fab8eee45931e1aa8b50e104.zip
Merged in dstaesse/ouroboros/be-normal (pull request #327)
ipcpd: Fix missing return in ribmgr
Diffstat (limited to 'src/ipcpd/normal/ribmgr.c')
-rw-r--r--src/ipcpd/normal/ribmgr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/ribmgr.c b/src/ipcpd/normal/ribmgr.c
index 15933336..15c3957f 100644
--- a/src/ipcpd/normal/ribmgr.c
+++ b/src/ipcpd/normal/ribmgr.c
@@ -1052,6 +1052,8 @@ static void * cdap_req_handler(void * o)
ro_msg__free_unpacked(msg, NULL);
}
+
+ return (void *) 0;
}
int ribmgr_add_flow(int fd)