@ -911,7 +911,7 @@ void queue_loop(void *ctx)
}
if ( (json= cJSON_Parse((char *)ptr->msg)) != 0 )
{
if ( ptr->msglen < sizeof(linebuf) )
if ( 0 && ptr->msglen < sizeof(linebuf) )
if ( (k= MMJSON_encode(linebuf,(char *)ptr->msg)) > 0 )