Hello, what version are you using?
Cheers, Daniel On 18/03/15 16:51, Mihaly Zachar wrote: > Hi Gents, > > Please consider applying this patch: > > > --- ./modules/sqlops/sql_api.c.orig 2015-03-18 16:33:56.994320505 +0100 > +++ ./modules/sqlops/sql_api.c 2015-03-18 16:34:11.254419341 +0100 > @@ -743,7 +743,7 @@ > LM_ERR("row index out of bounds [%d/%d]\n", i, res->nrows); > goto error; > } > - if(i>=res->ncols) > + if(j>=res->ncols) > { > LM_ERR("column index out of bounds [%d/%d]\n", j, > res->ncols); > goto error; > > > > Regards, > Misi > > _______________________________________________ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, May 27-29, 2015 Berlin, Germany - http://www.kamailioworld.com _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users