From ffca78bb87a7fe07e1e0397972cf70745968d287 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 2 May 2012 12:56:19 +0300 Subject: [PATCH] wifi: Plugin internal variable was not static --- plugins/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index fb70b57..6e6bbca 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -61,7 +61,7 @@ #define BGSCAN_DEFAULT "simple:30:-45:300" #define AUTOSCAN_DEFAULT "exponential:3:300" -struct connman_technology *wifi_technology = NULL; +static struct connman_technology *wifi_technology = NULL; struct hidden_params { char ssid[32]; -- 2.7.4