diff options
Diffstat (limited to 'src/poll.c')
-rw-r--r-- | src/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ static inline void handle_fd(fastd_poll_fd_t *fd, bool input, bool error) { fastd_iface_t *iface = container_of(fd, fastd_iface_t, fd); if (input) - fastd_tuntap_handle(iface); + fastd_iface_handle(iface); } break; |