Fixed build warning 67/105167/1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 00:47:00 +0000 (09:47 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 00:53:20 +0000 (09:53 +0900)
Change-Id: Ie3edb2417f78bfc48970c66c5bfa343fe577719e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/mobileap-agent.spec
src/mobileap_softap.c

index 3d96479..a9d4797 100644 (file)
@@ -1,6 +1,6 @@
 Name:          mobileap-agent
 Summary:       Mobile AP daemon for setting tethering environments
-Version:       1.0.85
+Version:       1.0.86
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index d712dd1..eebee12 100755 (executable)
@@ -56,9 +56,12 @@ static int hostapd_monitor_fd = 0;
 static GIOChannel *hostapd_io_channel = NULL;
 static guint hostapd_io_source = 0;
 static char dns_addr[INET_ADDRSTRLEN] = "0.0.0.0";
-static char *saved_wifi_if_addr = NULL;
 GSList *sta_timer_list = NULL;
 
+#if TIZEN_FEATURE_WLAN_BOARD_SPRD
+static char *saved_wifi_if_addr = NULL;
+#endif
+
 static gboolean __hostapd_connect_timer_cb(gpointer user_data);
 
 static char *__find_first_caps_char(char *str)