From 3ad4a03a2d6833b82af749dc9355adf534a1f968 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Fri, 21 Apr 2017 11:00:10 +0900 Subject: [PATCH] Fix build error Change-Id: Id0b2e252b01094018eaabb5c22337c70b7bf8a9e Signed-off-by: Hyuk Lee --- bt-ipsp/bt-ipsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-ipsp/bt-ipsp.c b/bt-ipsp/bt-ipsp.c index 4f4c2df..cbc9151 100644 --- a/bt-ipsp/bt-ipsp.c +++ b/bt-ipsp/bt-ipsp.c @@ -551,7 +551,7 @@ int __bt_ipsp_create_ipv6_remote_address(char *remote_address, char **ipv6_addre static int _execute_ip_command(const char *ip_args) { - if (cmd == NULL) { + if (ip_args == NULL) { BT_ERR("Invalid param\n"); return -1; } -- 2.7.4