<div dir="ltr"><div><br></div>Hi,<div><br></div><div>This is the lvalue.c file where i am facing the issue. kindly help.<br>        if (unlikely(ret<0)){<br>                LM_ERR("assignment failed at pos: (%d,%d-%d,%d)\n",<br>                        rve->fpos.s_line, rve->fpos.s_col,<br>                        rve->fpos.e_line, rve->fpos.e_col);<br>        }<br>        else<br>        {<br>                if(unlikely(_log_assign_action!=NULL))<br>                        _log_assign_action(msg, lv);<br>        }<br>        rval_destroy(rv);<br>        return ret;<br>error:<br>        if (rv) rval_destroy(rv);<br>        return -1;<br><div><br></div><div><br></div></div></div>