Fix build error 30/126330/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_wearable accepted/tizen/3.0/common/20170508.153042 accepted/tizen/3.0/ivi/20170508.050151 accepted/tizen/3.0/mobile/20170508.050102 accepted/tizen/3.0/wearable/20170508.050130 submit/tizen_3.0-common/20170508.080135 submit/tizen_3.0-common/20170508.081301 submit/tizen_3.0-common/20170508.091535 submit/tizen_3.0/20170428.003957 submit/tizen_3.0_common/20170508.091735
authorHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 21 Apr 2017 02:00:10 +0000 (11:00 +0900)
committerh.sandeep <h.sandeep@samsung.com>
Fri, 21 Apr 2017 04:04:31 +0000 (09:34 +0530)
Change-Id: Id0b2e252b01094018eaabb5c22337c70b7bf8a9e
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
bt-ipsp/bt-ipsp.c

index 4f4c2df..cbc9151 100644 (file)
@@ -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;
        }