Increase local buf for version. (#1630)

This commit is contained in:
pvanhorn
2017-04-20 18:51:16 -07:00
committed by Jonathan Hui
parent 1baa0ffb65
commit 79ab4b7c0b
+1 -1
View File
@@ -1505,7 +1505,7 @@ exit:
ThreadError NcpBase::OutboundFrameFeedVPacked(const char *pack_format, va_list args)
{
uint8_t buf[64];
uint8_t buf[96];
ThreadError errorCode = kThreadError_NoBufs;
spinel_ssize_t packed_len;