Diff between eee0adcf7b99767de1413877d330e1d47f7d2d9a and 5d633f307c6b60469140da400eff0baac49fe96f
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -1 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index dabb836..b0a66d8 100644
--- a/client/main.c
+++ b/client/main.c
@@ -53,7 +53,7 @@ static GMainLoop *main_loop;
static DBusConnection *dbus_conn;
static GDBusProxy *agent_manager;
-static gchar *auto_register_agent = NULL;
+static char *auto_register_agent = NULL;
static GDBusProxy *default_ctrl;
static GList *ctrl_list;