mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
fix
This commit is contained in:
parent
925c51420d
commit
ace16d473f
1 changed files with 1 additions and 1 deletions
2
SAM.cpp
2
SAM.cpp
|
@ -744,7 +744,7 @@ namespace client
|
||||||
memcpy(data+bsz+1, buf, len);
|
memcpy(data+bsz+1, buf, len);
|
||||||
// send to remote endpoint
|
// send to remote endpoint
|
||||||
m_Owner.SendTo(data, sz, ep);
|
m_Owner.SendTo(data, sz, ep);
|
||||||
delete [] buf;
|
delete [] data;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue