--- libaitmqtt/src/aitmqtt.c 2022/09/15 15:04:44 1.3.4.5 +++ libaitmqtt/src/aitmqtt.c 2022/09/16 04:14:03 1.3.4.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitmqtt.c,v 1.3.4.5 2022/09/15 15:04:44 misho Exp $ +* $Id: aitmqtt.c,v 1.3.4.6 2022/09/16 04:14:03 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -407,8 +407,6 @@ mqtt_subRealloc(mqtt_subscr_t ** __restrict subs, u_sh return NULL; for (i = 0, ss = *subs; ss; i++, ss++); - if (i < num) - return NULL; if (i == num) return *subs;