From 5b384409515fa7cef7d33d92585582e9fa028934 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 4 Jun 2017 19:27:30 +0200 Subject: ipcpd: Fix flow allocation over UDP shim --- src/ipcpd/shim-udp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index 4ea0ad3d..273bd058 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/main.c @@ -970,7 +970,7 @@ static int ipcp_udp_flow_alloc(int fd, log_dbg("Flow pending on fd %d, UDP port %d.", fd, ntohs(f_saddr.sin_port)); - return fd; + return 0; } static int ipcp_udp_flow_alloc_resp(int fd, -- cgit v1.2.3