summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-04-13 18:40:10 +0000
committerBenny Prijono <bennylp@teluu.com>2009-04-13 18:40:10 +0000
commit89f332a58b2759e15f48eaf83ce0242b705bfbdc (patch)
treef1fcbf5198e76f90ad578d95eb6e9d3b6cb8b7ec /pjnath/include
parenta70d13251e3e30360fac5deeaccee1ba1b0d529e (diff)
More ticket #780: fixed compilation errors due to previous modifications related to TURN
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2591 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/stun_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/include/pjnath/stun_msg.h b/pjnath/include/pjnath/stun_msg.h
index 25082626..cf183d02 100644
--- a/pjnath/include/pjnath/stun_msg.h
+++ b/pjnath/include/pjnath/stun_msg.h
@@ -1057,7 +1057,7 @@ typedef struct pj_stun_uint_attr pj_stun_req_transport_attr;
* application data onward to the peer. This attribute has no value
* part and thus the attribute length field is 0.
*/
-typedef struct pj_stun_empty_attr pj_stun_use_candidate_attr;
+typedef struct pj_stun_empty_attr pj_stun_dont_fragment_attr;
/**