Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
9538675d
Commit
9538675d
authored
Nov 12, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get_local_credentials strdups the credentials so it shouldn't be a const
parent
e22ecb19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
agent/agent.c
agent/agent.c
+1
-1
agent/agent.h
agent/agent.h
+1
-1
No files found.
agent/agent.c
View file @
9538675d
...
@@ -1179,7 +1179,7 @@ NICEAPI_EXPORT gboolean
...
@@ -1179,7 +1179,7 @@ NICEAPI_EXPORT gboolean
nice_agent_get_local_credentials
(
nice_agent_get_local_credentials
(
NiceAgent
*
agent
,
NiceAgent
*
agent
,
guint
stream_id
,
guint
stream_id
,
const
gchar
**
ufrag
,
const
gchar
**
pwd
)
gchar
**
ufrag
,
gchar
**
pwd
)
{
{
Stream
*
stream
;
Stream
*
stream
;
gboolean
ret
=
TRUE
;
gboolean
ret
=
TRUE
;
...
...
agent/agent.h
View file @
9538675d
...
@@ -391,7 +391,7 @@ gboolean
...
@@ -391,7 +391,7 @@ gboolean
nice_agent_get_local_credentials
(
nice_agent_get_local_credentials
(
NiceAgent
*
agent
,
NiceAgent
*
agent
,
guint
stream_id
,
guint
stream_id
,
const
gchar
**
ufrag
,
const
gchar
**
pwd
);
gchar
**
ufrag
,
gchar
**
pwd
);
/**
/**
* nice_agent_set_remote_candidates:
* nice_agent_set_remote_candidates:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment