aboutgitcodebugslistschat
path: root/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap.c')
-rw-r--r--tap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tap.c b/tap.c
index 3c4a222..e36a903 100644
--- a/tap.c
+++ b/tap.c
@@ -477,8 +477,7 @@ size_t tap_send_frames(const struct ctx *c, const struct iovec *iov, size_t n)
m = tap_send_frames_passt(c, iov, n);
break;
case MODE_VU:
- m = tap_send_frames_vu(c, iov, n);
- break;
+ ASSERT(0);
default:
m = 0;
break;