diff options
-rw-r--r-- | src/ipcpd/shim-udp/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |