summaryrefslogtreecommitdiffstats
path: root/src/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.c')
-rw-r--r--src/poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poll.c b/src/poll.c
index dbb3c18..2ae6867 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -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;