summaryrefslogtreecommitdiffstats
path: root/src/tuntap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuntap.c')
-rw-r--r--src/tuntap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuntap.c b/src/tuntap.c
index 53cbccd..9cf5f15 100644
--- a/src/tuntap.c
+++ b/src/tuntap.c
@@ -320,7 +320,7 @@ void fastd_tuntap_handle(void) {
if (multiaf_tun && conf.mode == MODE_TUN)
fastd_buffer_push_head(&buffer, 4);
- fastd_send_data(buffer);
+ fastd_send_data(buffer, NULL);
}
/** Writes a packet to the TUN/TAP device */