summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sip-connection-helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sip-connection-helpers.c b/src/sip-connection-helpers.c
index 9f72ed5..d85fc38 100644
--- a/src/sip-connection-helpers.c
+++ b/src/sip-connection-helpers.c
@@ -644,6 +644,7 @@ void
rakia_conn_discover_stun_server (RakiaConnection *conn)
{
RakiaConnectionPrivate *priv = TPSIP_CONNECTION_GET_PRIVATE (conn);
+ const char *url_host;
char *srv_domain;
struct in_addr test_addr;