Changeset 3584
- Timestamp:
- Jun 16, 2011 3:49:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c
r3576 r3584 2182 2182 unsigned i; 2183 2183 2184 PJSUA_LOCK(); 2184 // This may deadlock, see https://trac.pjsip.org/repos/ticket/1305 2185 //PJSUA_LOCK(); 2185 2186 2186 2187 for (i=0; i<pjsua_var.ua_cfg.max_calls; ++i) { … … 2189 2190 } 2190 2191 2191 PJSUA_UNLOCK();2192 //PJSUA_UNLOCK(); 2192 2193 } 2193 2194
Note: See TracChangeset
for help on using the changeset viewer.