[OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

Walter Doekes notifications at github.com
Fri Oct 24 08:55:33 CEST 2014


> @@ -142,6 +142,7 @@ struct action{
>  	int type;  /* forward, drop, log, send ...*/
>  	action_elem_t elem[MAX_ACTION_ELEMS];
>  	int line;
> +	char *file;

Shouln't this be `const char *` ?

It's not like someone is allowed to alter it along the way, right?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/372/files#r19325095
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20141023/52f32aca/attachment-0001.htm>


More information about the Devel mailing list