diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-08-30 23:57:15 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-08-30 23:57:15 +0000 |
commit | 2e4b8406219b400733ea3f6f5c62134d202be5ee (patch) | |
tree | ca45ea67c35ff87da167cc9efaf98bc7f668f134 | |
parent | changed to nullcipher again to get a temporary running version (diff) |
remove packeage dump (breaks terminal)
-rw-r--r-- | anytun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ void* sender(void* p) param->c.setSalt(tmp_salt); std::cout << "Send Package: seq: " << seq << std::endl << "sID: " << param->opt.getSenderId() << std::endl; - std::cout << "Package dump: " << pack.getBuf() << std::endl; + //std::cout << "Package dump: " << pack.getBuf() << std::endl; param->c.cypher(pack, seq, param->opt.getSenderId()); |