Changeset 2910
- Timestamp:
- Aug 22, 2009 11:47:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/python/pjsua.py
r2909 r2910 1681 1681 """ 1682 1682 lck = self._lib().auto_lock() 1683 if hdr_list andbody:1683 if hdr_list or body: 1684 1684 msg_data = _pjsua.Msg_Data() 1685 1685 if hdr_list:
Note: See TracChangeset
for help on using the changeset viewer.