summaryrefslogtreecommitdiffstats
path: root/src/handshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake.c')
-rw-r--r--src/handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake.c b/src/handshake.c
index 4aa198d..726c117 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -108,6 +108,7 @@ static inline uint32_t as_uint(const fastd_handshake_record_t *record) {
static inline uint8_t get_mode_id(void) {
switch (conf.mode) {
case MODE_TAP:
+ case MODE_MULTITAP:
return 0;
case MODE_TUN: