summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-eth-llc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/shim-eth-llc/main.c')
-rw-r--r--src/ipcpd/shim-eth-llc/main.c2
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)