[TDLS] Remove redundant operation to finish method call 80/245480/1
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 9 Oct 2020 13:44:24 +0000 (19:14 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 9 Oct 2020 13:44:27 +0000 (19:14 +0530)
Change-Id: I6dc693f6342b83a8d487dc1edbb7f56271ea65c1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/net-config.spec
src/wifi-tdls.c

index 93bad223c19931f736d522f4d36048d625af4423..efd0302d17157b8374c287e28c99237bdeda594d 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.2.5
+Version:       1.2.6
 Release:       3
 Group:         System/Network
 License:       Apache-2.0
index bb321564f845dcd10b40ec66fcc9ba5bedf96b43..99346f6a0f8dd5bcf7a2f99e02afcf7943684b8e 100755 (executable)
@@ -182,7 +182,6 @@ gboolean handle_tdls_discover(Wifi *wifi, GDBusMethodInvocation *context,
        if (message == NULL) {
                ERR(" TDLS : failed to discover !!!");
                netconfig_error_dbus_method_return(context, NETCONFIG_ERROR_INTERNAL, "FailTdlsDiscover");
-               wifi_complete_tdls_discover(wifi, context, NETCONFIG_ERROR_TDLS_FAIL_DISCOVER);
                return TRUE;
        }