Ignore:
Timestamp:
Nov 15, 2010 10:55:21 PM (13 years ago)
Author:
bennylp
Message:

Re #1151 (misc fixes): fixed error in pjsua application when handling malformed URI in sending arbitrary request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r3339 r3365  
    42384238            } else if (result.uri_result) { 
    42394239                uri = result.uri_result; 
     4240            } else { 
     4241                continue; 
    42404242            } 
    42414243             
Note: See TracChangeset for help on using the changeset viewer.