[farsight2/master] Remove const to match nice api change
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:26:43 PST 2008
---
transmitters/nice/fs-nice-stream-transmitter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/transmitters/nice/fs-nice-stream-transmitter.c b/transmitters/nice/fs-nice-stream-transmitter.c
index 5a20005..b3e3501 100644
--- a/transmitters/nice/fs-nice-stream-transmitter.c
+++ b/transmitters/nice/fs-nice-stream-transmitter.c
@@ -822,7 +822,7 @@ nice_candidate_to_fs_candidate (NiceAgent *agent, NiceCandidate *nicecandidate,
if (local && fscandidate->username == NULL && fscandidate->password == NULL)
{
- const gchar *username = NULL, *password = NULL;
+ gchar *username = NULL, *password = NULL;
nice_agent_get_local_credentials (agent, nicecandidate->stream_id,
&username, &password);
fscandidate->username = username;
--
1.5.6.5
More information about the farsight-commits
mailing list