wrong param

This commit is contained in:
Jeff Becker 2017-01-31 11:22:28 -05:00
parent cb6a1bfb1d
commit 764b8ab7a5

View file

@ -742,7 +742,7 @@ namespace client
data[3] = ' ';
memcpy(data+4, base64.c_str(), bsz);
data[4+bsz] = '\n';
memcpy(data+4+bsz+1, buf, sz);
memcpy(data+4+bsz+1, buf, len);
// send to remote endpoint
m_Owner.SendTo(data, sz, ep);
delete [] buf;