diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-07-03 19:54:17 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-07-03 19:54:17 +0000 |
commit | adff31cc320cb7256ad079412056ace31285b1b2 (patch) | |
tree | 9a622d8974382d9134d25a3baca08e032eb6d9b5 | |
parent | Fixed bug introduced with the --port-share directive (diff) | |
download | openvpn-adff31cc320cb7256ad079412056ace31285b1b2.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |