From 274c3cd910b367d838535666363384a6cda1ad8d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 28 Sep 2012 14:08:00 +0300 Subject: [PATCH] scanparam: Fix servers list to be static --- profiles/scanparam/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c index 491b50ddc..e523df5b8 100644 --- a/profiles/scanparam/scan.c +++ b/profiles/scanparam/scan.c @@ -59,7 +59,7 @@ struct scan { uint16_t refresh_cb_id; }; -GSList *servers = NULL; +static GSList *servers = NULL; static gint scan_device_cmp(gconstpointer a, gconstpointer b) { -- 2.47.3