Ignore:
Timestamp:
Oct 31, 2007 1:28:08 PM (16 years ago)
Author:
bennylp
Message:

Ticket #407: keep-alive for UDP transports in PJSUA-LIB

File:
1 edited

Legend:

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

    r1462 r1536  
    418418{ 
    419419 
     420    if (tdata->info) 
     421        return tdata->info; 
     422 
    420423    if (tdata==NULL || tdata->msg==NULL) 
    421424        return "NULL"; 
    422  
    423     if (tdata->info) 
    424         return tdata->info; 
    425425 
    426426    pj_lock_acquire(tdata->lock); 
     
    653653            return status; 
    654654        } 
     655 
     656        tdata->info = "raw"; 
    655657 
    656658        /* Add reference counter. */ 
Note: See TracChangeset for help on using the changeset viewer.