diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-07-06 11:45:22 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-07-06 11:45:22 -0700 |
| commit | f18158a52d28c14352018a68d328f41fcdb7966f (patch) | |
| tree | 27aa7b824abaa316e7109550fdeaa09a0ced714f /node/Path.cpp | |
| parent | 84748aab5145ace693b98aad2c7984871c491418 (diff) | |
| download | infinitytier-f18158a52d28c14352018a68d328f41fcdb7966f.tar.gz infinitytier-f18158a52d28c14352018a68d328f41fcdb7966f.zip | |
.
Diffstat (limited to 'node/Path.cpp')
| -rw-r--r-- | node/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Path.cpp b/node/Path.cpp index a5fe1aa7..9dc9aba5 100644 --- a/node/Path.cpp +++ b/node/Path.cpp @@ -32,7 +32,7 @@ namespace ZeroTier { bool Path::send(const RuntimeEnvironment *RR,void *tPtr,const void *data,unsigned int len,uint64_t now) { - if (RR->node->putPacket(tPtr,_localAddress,address(),data,len)) { + if (RR->node->putPacket(tPtr,_localSocket,_addr,data,len)) { _lastOut = now; return true; } |
