Diff between 9d86dbee0a3fa2b6a6ed0108a288208a7a496665 and 274c3cd910b367d838535666363384a6cda1ad8d
Changed Files
| File | Additions | Deletions | Status |
| profiles/scanparam/scan.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c
index 491b50d..e523df5 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)
{