diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ipcpd/shim-eth-llc/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c index 4f4c98ea..2dd56856 100644 --- a/src/ipcpd/shim-eth-llc/main.c +++ b/src/ipcpd/shim-eth-llc/main.c @@ -622,6 +622,8 @@ static void * eth_llc_ipcp_mgmt_handler(void * o) } pthread_cleanup_pop(false); + + return (void *) 0; } static void * eth_llc_ipcp_sdu_reader(void * o) |