From 6af7202306a0f53f521d3ff6863d6b0e15207859 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 3 Oct 2006 19:27:52 +0000 Subject: Make audits list static and initialize it to NULL --- hcid/dbus-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-test.c') diff --git a/hcid/dbus-test.c b/hcid/dbus-test.c index a8f2fd7b..9e4ad690 100644 --- a/hcid/dbus-test.c +++ b/hcid/dbus-test.c @@ -49,7 +49,7 @@ struct audit { guint io_id; }; -struct slist *audits; +static struct slist *audits = NULL; static struct audit *audit_new(DBusConnection *conn, DBusMessage *msg, bdaddr_t *addr) { -- cgit