Changeset 2855 for pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
- Timestamp:
- Aug 5, 2009 6:41:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r2732 r2855 273 273 pjsip_parse_hdr(regc->pool, &CONTACT, tmp.ptr, tmp.slen, NULL); 274 274 if (hdr == NULL) { 275 PJ_LOG(4,(THIS_FILE, "Invalid Contact URI: \"%.*s\"",275 PJ_LOG(4,(THIS_FILE, "Invalid Contact: \"%.*s\"", 276 276 (int)tmp.slen, tmp.ptr)); 277 277 return PJSIP_EINVALIDURI;
Note: See TracChangeset
for help on using the changeset viewer.