> @@ -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
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to