THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Andrew Pogrebennyk (marduk)
Attached to Project - sip-router
Summary - typo in parser/parse_param.c
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - There is a small typo in parser/parse_param.c:
static inline void parse_contact_class(param_hooks_t* _h, param_t* _p)
{
if (!_p->name.s) {
LOG(L_ERR, "ERROR: parse_contact_class: empty value\n");
return;
}
if (!_h) {
LOG(L_CRIT, "BUG: parse_uri_class: NULL param hook pointer\n");
return;
}
in the second LOG statement, which looks like a copy&paste error (parse_uri_class vs
parse_contact_class). Just thought it's good to let you know..
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=147
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.