summaryrefslogtreecommitdiff
path: root/profiles/scanparam
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-28 14:08:00 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-28 14:08:00 +0300
commit274c3cd910b367d838535666363384a6cda1ad8d (patch)
treef42e946a64b749a758f1671c93b85923823e7d22 /profiles/scanparam
parent9d86dbee0a3fa2b6a6ed0108a288208a7a496665 (diff)
downloadbluez-274c3cd910b367d838535666363384a6cda1ad8d.tar.gz
scanparam: Fix servers list to be static
Diffstat (limited to 'profiles/scanparam')
-rw-r--r--profiles/scanparam/scan.c2
1 files changed, 1 insertions, 1 deletions
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)
{