summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-07-03 19:54:17 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-07-03 19:54:17 +0000
commitadff31cc320cb7256ad079412056ace31285b1b2 (patch)
tree9a622d8974382d9134d25a3baca08e032eb6d9b5
parentff0c034d341dee0c83a7043fd44bbab6c2d787d0 (diff)
downloadopenvpn-adff31cc320cb7256ad079412056ace31285b1b2.tar.gz
openvpn-adff31cc320cb7256ad079412056ace31285b1b2.tar.xz
openvpn-adff31cc320cb7256ad079412056ace31285b1b2.zip
Comment about assertion being hit.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1079 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.c b/tun.c
index d2cf0de..9c911ef 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 */
+ ASSERT (0); /* should have been caught in init_tun ... JYFIXME -- was hit */
return tun;
}