summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-10-06 09:48:10 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-10-06 09:48:10 +0000
commita1c1e6dcb8b9748a43a876dcdd8fdda8beafb3c4 (patch)
treea431ed9ffba11bb531b5db0b19549178c1ebeb50
parentcf315b7d2518feca06f492c08fd09e6469bb0d48 (diff)
Re #1962: Update the ticket number in the code doc.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5449 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/src/pjsua-lib/pjsua_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/pjsua-lib/pjsua_core.c b/pjsip/src/pjsua-lib/pjsua_core.c
index 3285769d..2bd5c594 100644
--- a/pjsip/src/pjsua-lib/pjsua_core.c
+++ b/pjsip/src/pjsua-lib/pjsua_core.c
@@ -1287,7 +1287,7 @@ static pj_bool_t test_stun_on_status(pj_stun_sock *stun_sock,
if (op == PJ_STUN_SOCK_BINDING_OP && !sess->async_wait) {
/* Just return here, we will destroy the STUN socket and
* continue the STUN resolution later in resolve_stun_entry().
- * For more details, please refer to ticket #19xx.
+ * For more details, please refer to ticket #1962.
*/
return PJ_FALSE;
}