THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#441 - route name in action struct
User who did this - Daniel-Constantin Mierla (miconda)

----------
There is no need to add a '\0' to the static values like:

default_routename="DEFAULT_ROUTE\0"

It can be simply:

default_routename="DEFAULT_ROUTE"

Ending zero is implicit in such cases.

Otherwise I am wondering if shouldn't be made to print with route type, like:

route[X] ...
failure_route[Y] ...

>From my understanding, now is printing:

r=[X] ...
r=[Y] ...

----------

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=441#comment1510

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to