--- libaitmqtt/src/conn.c 2012/04/07 21:00:52 1.1.1.1.2.1 +++ libaitmqtt/src/conn.c 2012/04/26 12:33:14 1.1.1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: conn.c,v 1.1.1.1.2.1 2012/04/07 21:00:52 misho Exp $ +* $Id: conn.c,v 1.1.1.1.2.2 2012/04/26 12:33:14 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -178,7 +178,6 @@ mqtt_msgCONNECT(mqtt_msg_t * __restrict buf, const cha } *hdr->mqtt_len = mqtt_encodeLen(siz - sizeof(struct mqtthdr)); - mqtt_msgRealloc(buf, siz); return siz; }