summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchleun.moon <chleun.moon@samsung.com>2017-10-10 16:36:54 +0900
committerchleun.moon <chleun.moon@samsung.com>2017-10-10 16:43:36 +0900
commit3b4e1614420911ea606fa509c99953304a7f7c4e (patch)
treeca41e654e7fb8d138e94621bed1aefa0c4e5e596
parent88e1178c2cbc87a27ada13569f80cd46f9d44aa5 (diff)
downloadconnman-3b4e1614420911ea606fa509c99953304a7f7c4e.tar.gz
connman-3b4e1614420911ea606fa509c99953304a7f7c4e.tar.bz2
connman-3b4e1614420911ea606fa509c99953304a7f7c4e.zip
[CID-28720] Remove unused value
Change-Id: Ie59288fededb1bb7a09d234d8300e6893fab99c1 Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
-rw-r--r--vpn/plugins/vici-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpn/plugins/vici-client.c b/vpn/plugins/vici-client.c
index 94228945..5fcc3c52 100644
--- a/vpn/plugins/vici-client.c
+++ b/vpn/plugins/vici-client.c
@@ -749,7 +749,6 @@ static void debug_vici_message(char *buf, unsigned int size)
pos++;
g_strlcpy(temp + key_len + 1, (const gchar *)&buf[pos], value_len + 1);
pos += value_len;
- len = key_len + 1 + value_len;
}
break;
case VICI_LIST_START: