diff options
-rw-r--r-- | src/tuntap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuntap.c b/src/tuntap.c index e9e0cb4..591f8d4 100644 --- a/src/tuntap.c +++ b/src/tuntap.c @@ -132,7 +132,7 @@ void fastd_tuntap_open(void) { } pr_debug("using android TUN fd"); - ctx.tunfd = FASTD_POLL_FD(POLL_TYPE_IFACE(fastd_android_receive_tunfd())); + ctx.tunfd = FASTD_POLL_FD(POLL_TYPE_IFACE, fastd_android_receive_tunfd()); fastd_android_send_pid(); |