From 923a7bdf5afd80c2bc80c3455d7591b7f5e22423 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 24 Jan 2013 16:24:51 -0500 Subject: [PATCH] correctly mark ip6 address --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 5429c2338..b25cf422a 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -1475,7 +1475,7 @@ static int call_stream_address6(GString *o, struct peer *p, int format) { struct callmaster *m = p->up->call->callmaster; if (format == 2) - g_string_append(o, "IP4 "); + g_string_append(o, "IP6 "); if (IN6_IS_ADDR_UNSPECIFIED(&p->rtps[0].peer.ip46)) g_string_append(o, "::");