Ignore:
Timestamp:
Jun 15, 2006 11:31:36 AM (18 years ago)
Author:
bennylp
Message:

Fixed bug in command line parsing in pjsua

File:
1 edited

Legend:

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

    r508 r510  
    320320        switch (c) { 
    321321 
     322        case OPT_CONFIG_FILE: 
     323            /* Ignore as this has been processed before */ 
     324            break; 
     325         
    322326        case OPT_LOG_FILE: 
    323327            cfg->log_cfg.log_filename = pj_str(pj_optarg); 
Note: See TracChangeset for help on using the changeset viewer.