Commit eeef472d authored by Dafydd Harries's avatar Dafydd Harries

fix fall-through when setting stun-server property

darcs-hash:20070315121514-c9803-6846436653dea154b70eb5c8bc617d0ad8bd51d7.gz
parent 5bca3c85
...@@ -355,6 +355,7 @@ nice_agent_set_property ( ...@@ -355,6 +355,7 @@ nice_agent_set_property (
case PROP_STUN_SERVER: case PROP_STUN_SERVER:
agent->stun_server = g_value_dup_string (value); agent->stun_server = g_value_dup_string (value);
break;
default: default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment