Ignore:
Timestamp:
Jan 18, 2006 11:34:15 PM (18 years ago)
Author:
bennylp
Message:

Complete tsx layer selftest, implemented authentication framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r119 r123  
    879879 
    880880        /* Perform basic header checking. */ 
    881         if (rdata->msg_info.call_id.ptr == NULL ||  
     881        if (rdata->msg_info.cid->id.ptr == NULL ||  
    882882            rdata->msg_info.from == NULL ||  
    883883            rdata->msg_info.to == NULL ||  
Note: See TracChangeset for help on using the changeset viewer.