[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openser-devel
Subject:    [sr-dev] [tracker] Task opened: typo in parser/parse_param.c
From:       sip-router <admin () sip-router ! org>
Date:       2011-08-29 17:45:41
Message-ID: 20110829174541.6208.1817904804.swift () sip-router ! org
[Download RAW message or body]

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.

_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic