Changeset 2301 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
- Timestamp:
- Sep 20, 2008 12:16:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r2278 r2301 257 257 { 258 258 pjsua_acc *acc; 259 unsigned i d;259 unsigned i, id; 260 260 pj_status_t status; 261 261 … … 294 294 { 295 295 pjsua_var.acc[id].cfg.reg_timeout = PJSUA_REG_INTERVAL; 296 } 297 298 /* Check the route URI's and force loose route if required */ 299 for (i=0; i<acc->cfg.proxy_cnt; ++i) { 300 status = normalize_route_uri(acc->pool, &acc->cfg.proxy[i]); 301 if (status != PJ_SUCCESS) 302 return status; 296 303 } 297 304
Note: See TracChangeset
for help on using the changeset viewer.