summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozsef Vass <jozsef@discordapp.com>2018-01-08 10:53:23 -0800
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-03-22 18:30:07 -0400
commitdb6166ee247a8f9fa4ebe2a08d223de73cbd2e96 (patch)
tree2f46b206ae9dbd0fe811352b548b9444aace564a
parentfb2f1f77a31baa91968fc81c205f980b6913f403 (diff)
downloadlibnice-db6166ee247a8f9fa4ebe2a08d223de73cbd2e96.tar.gz
agent: Fixes incompatible pointer type warning on OSX.
The variable tie is actually never read.
-rw-r--r--agent/conncheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/conncheck.c b/agent/conncheck.c
index c8a4edf..38a90cd 100644
--- a/agent/conncheck.c
+++ b/agent/conncheck.c
@@ -3421,7 +3421,7 @@ static gboolean priv_map_reply_to_conn_check_request (NiceAgent *agent, NiceStre
states" and 8.1.2 "Updating States", ID-19) */
priv_update_check_list_state_for_ready (agent, stream, component);
} else if (res == STUN_USAGE_ICE_RETURN_ROLE_CONFLICT) {
- guint64 tie;
+ uint64_t tie;
gboolean controlled_mode;
/* case: role conflict error, need to restart with new role */