[sr-dev] TM compile error typo

Richard Good richard.good at smilecoms.com
Thu Oct 30 08:23:51 CET 2014


Never mind, Jason committed a patch ;)

Regards
Richard.





On 30 October 2014 09:21, Richard Good <richard.good at smilecoms.com> wrote:

> Hi
>
> I think there is a typo in the TM module in the master branch that causes
> compile failure.
>
> diff --git a/modules/tm/tm_load.c b/modules/tm/tm_load.c
> index 7740db8..8d16a99 100644
> --- a/modules/tm/tm_load.c
> +++ b/modules/tm/tm_load.c
> @@ -148,8 +148,8 @@ int load_tm( struct tm_binds *tmb)
>         tmb->tm_ctx_get = tm_ctx_get;
>  #endif
>         tmb->t_append_branches = t_append_branches;
> -       tmp->t_load_contacts = t_load_contacts;
> -       tmp->t_next_contacts = t_next_contacts;
> +       tmb->t_load_contacts = t_load_contacts;
> +       tmb->t_next_contacts = t_next_contacts;
>         return 1;
>  }
>
>
> Regards
> Richard.
>

-- 


This email is subject to the disclaimer of Smile Communications at http://www.smilecoms.com/home/email-disclaimer/ <http://www.smilecoms.com/disclaimer>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20141030/68829f90/attachment.html>


More information about the sr-dev mailing list