summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.c b/tun.c
index 3a740bf..7bbcea6 100644
--- a/tun.c
+++ b/tun.c
@@ -377,7 +377,7 @@ is_tun_p2p (const struct tuntap *tt)
else if (tt->type == DEV_TYPE_TUN)
tun = true;
else
- ASSERT (0); /* should have been caught in init_tun ... JYFIXME -- was hit */
+ msg (M_FATAL, "Error: problem with tun vs. tap setting"); /* JYFIXME -- needs to be caught earlier, in init_tun? */
return tun;
}