Changeset 2922
- Timestamp:
- Oct 1, 2009 12:12:15 PM (15 years ago)
- Location:
- pjproject/branches/adhocs/1.4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/adhocs/1.4.5
- Property svn:mergeinfo changed
/pjproject/trunk merged: 2916
- Property svn:mergeinfo changed
-
pjproject/branches/adhocs/1.4.5/pjnath/src/pjnath/stun_msg.c
r2691 r2922 1235 1235 1236 1236 PUTVAL16H(buf, 0, ca->hdr.type); 1237 PUTVAL16H(buf, 2, (pj_uint16_t)ca->value.slen); 1238 1237 1238 /* Set the length to be 4-bytes aligned so that we can 1239 * communicate with RFC 3489 endpoints 1240 */ 1241 PUTVAL16H(buf, 2, (pj_uint16_t)((ca->value.slen + 3) & (~3))); 1239 1242 1240 1243 /* Copy the string */
Note: See TracChangeset
for help on using the changeset viewer.