diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 14:51:38 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 14:51:38 -0700 |
| commit | a95fa379cca0ddbce98d476b143c3606f3ae7bce (patch) | |
| tree | 8de46dc858d1ab19c44e929f10c9fae4daabd032 /node/Node.cpp | |
| parent | 97dee9de36a69ed0aba4baf0cce03b9c4f11b30d (diff) | |
| download | infinitytier-a95fa379cca0ddbce98d476b143c3606f3ae7bce.tar.gz infinitytier-a95fa379cca0ddbce98d476b143c3606f3ae7bce.zip | |
Circuit tests basically work but need some tweaks, and fix some issues found with valgrind.
Diffstat (limited to 'node/Node.cpp')
| -rw-r--r-- | node/Node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index 84452146..1eb21914 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -491,7 +491,7 @@ ZT_ResultCode Node::circuitTestBegin(ZT_CircuitTest *test,void (*reportCallback) for(unsigned int a=0;a<test->hops[0].breadth;++a) { outp.newInitializationVector(); outp.setDestination(Address(test->hops[0].addresses[a])); - RR->sw->send(outp,true,test->credentialNetworkId); + RR->sw->send(outp,true,0); } } catch ( ... ) { return ZT_RESULT_FATAL_ERROR_INTERNAL; // probably indicates FIFO too big for packet |
