Changeset 2848


Ignore:
Timestamp:
Jul 30, 2009 7:45:10 PM (15 years ago)
Author:
bennylp
Message:

Ticket #927: PIDF timestamp is not added to the tuple (thanks Johan Lantz for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/pidf.c

    r2729 r2848  
    291291        node = PJ_POOL_ALLOC_T(pool, pj_xml_node); 
    292292        xml_init_node(pool, node, &TIMESTAMP, ts); 
     293        pj_xml_add_node(t, node); 
    293294    } else { 
    294295        pj_strdup(pool, &node->content, ts); 
Note: See TracChangeset for help on using the changeset viewer.