Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libnice
libnice
Commits
eeef472d
Commit
eeef472d
authored
Mar 15, 2007
by
Dafydd Harries
Browse files
fix fall-through when setting stun-server property
darcs-hash:20070315121514-c9803-6846436653dea154b70eb5c8bc617d0ad8bd51d7.gz
parent
5bca3c85
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/agent.c
View file @
eeef472d
...
...
@@ -355,6 +355,7 @@ nice_agent_set_property (
case
PROP_STUN_SERVER
:
agent
->
stun_server
=
g_value_dup_string
(
value
);
break
;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID
(
object
,
property_id
,
pspec
);
...
...
Write
Preview
Supports
Markdown
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