summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/transport_ice.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-20 22:44:47 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-20 22:44:47 +0000
commit46adb3b04fd5f2c270716867a6297a5e2b93d9c1 (patch)
tree7c9795c5dd3db5bb94429d9036e685a2bfeaa1c4 /pjmedia/src/pjmedia/transport_ice.c
parent28789d42d78ebffb91dac00facc6bee334d8dd8f (diff)
Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2039 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/src/pjmedia/transport_ice.c')
-rw-r--r--pjmedia/src/pjmedia/transport_ice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjmedia/src/pjmedia/transport_ice.c b/pjmedia/src/pjmedia/transport_ice.c
index 95301036..fdf02a39 100644
--- a/pjmedia/src/pjmedia/transport_ice.c
+++ b/pjmedia/src/pjmedia/transport_ice.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org>
+ * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1139,7 +1139,7 @@ static pj_status_t start_ice(struct transport_ice *tp_ice,
unsigned media_index)
{
pjmedia_sdp_media *rem_m = rem_sdp->media[media_index];
- pjmedia_sdp_attr *ufrag_attr, *pwd_attr;
+ const pjmedia_sdp_attr *ufrag_attr, *pwd_attr;
pj_ice_sess_cand *cand;
unsigned i, cand_cnt;
pj_status_t status;