From cb501e57537e714584344ef81051a1507568e8c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 15 Aug 2008 17:42:11 -0400 Subject: [PATCH] Remove useless variable setting --- stun/usages/ice.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stun/usages/ice.c b/stun/usages/ice.c index e1eec3f..f98a7cb 100644 --- a/stun/usages/ice.c +++ b/stun/usages/ice.c @@ -254,7 +254,6 @@ stun_usage_ice_conncheck_create_reply (StunAgent *agent, StunMessage *req, { stun_debug (" staying \"controll%s\" (sending error)\n", *control ? "ing" : "ed"); - *plen = len; err (STUN_ERROR_ROLE_CONFLICT); return 0; } -- 2.11.4.GIT