[asterisk-dev] asterisk-1.6.0.3-rc1
Mark Michelson
mmichelson at digium.com
Thu Dec 18 17:39:59 CST 2008
Girish wrote:
> Noticed a minor error as described below.
>
> Version: asterisk-1.6.0.3-rc1
> Folder: /main
> Source File: "manager.c"
>
> Function: action_originate(struct mansession *s, const struct message
> *m)
> Line number: 2166
>
> "if (!ast_strlen_zero(name)) {"
>
> should be replaced with
>
> "if (ast_strlen_zero(name)) {"
>
This has been fixed in the 1.6.0 branch of subversion for a while now and will
be fixed in the next rc of 1.6.0.3.
See revision 161490 of the 1.6.0 branch in subversion.
Mark Michelson
More information about the asterisk-dev
mailing list