Finishing tunnel decapsulation support in C++ core.

Policy script is next.
This commit is contained in:
Gregor Maier 2011-08-07 09:49:41 -07:00
parent 8910cd2dca
commit 5ed3ec2f38
3 changed files with 16 additions and 5 deletions

View file

@ -135,7 +135,6 @@ NetSessions::NetSessions()
tunnel_handler = new TunnelHandler(this);
else
tunnel_handler = 0;
printf("tunnel_handler: %p\n", tunnel_handler);
}
NetSessions::~NetSessions()