Fix build warning 56/142256/2 accepted/tizen/4.0/unified/20170828.223259 accepted/tizen/unified/20170811.021101 accepted/tizen/unified/20170825.163435 submit/tizen/20170803.074947 submit/tizen/20170809.085632 submit/tizen/20170825.061207 submit/tizen_4.0/20170828.100003
authorchleun.moon <chleun.moon@samsung.com>
Thu, 3 Aug 2017 07:20:53 +0000 (16:20 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Thu, 3 Aug 2017 07:22:54 +0000 (16:22 +0900)
Change-Id: I16bd40e81e41350c748cb1c2b9ec50ff472e37d1
Signed-off-by: cheoleun <chleun.moon@samsung.com>
packaging/asp-manager.spec
src/tech/asp-tech-p2p.c

index d536347..328e3fe 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       asp-manager
 Summary:    ASP(application service platform) manager
-Version:    0.0.18
+Version:    0.0.19
 Release:    2
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index a29c1ea..8262540 100755 (executable)
@@ -587,11 +587,10 @@ void asp_tech_p2p_process_session_peer_ip(GDBusConnection *connection,
        GVariantIter *iter = NULL;
        GVariant *var = NULL;
        const gchar *key = NULL;
-       const gchar *str = NULL;
        guint8 session_mac[MAC_LEN] = {0,};
        guint8 service_mac[MAC_LEN] = {0,};
        guint32 session_id = 0;
-       const gchar *peer_ip = NULL;
+       gchar *peer_ip = NULL;
 
        if (!parameters) {
                __ASP_LOG_FUNC_EXIT__;