diff options
Diffstat (limited to 'src/ipcpd/shim-udp/main.c')
-rw-r--r-- | src/ipcpd/shim-udp/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index e3f7fcdd..0802583c 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/main.c @@ -204,8 +204,7 @@ static int port_id_to_fd(int port_id) static ssize_t ipcp_udp_flow_write(int fd, void * buf, size_t count) { - /* the AP chooses the amount of headspace and tailspace */ - size_t index; + ssize_t index; struct rb_entry e; rw_lock_rdlock(&_ipcp->state_lock); |