diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 017ff60..7f8a26d 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
struct bluetooth_profile *profile = user_data;
DBusMessage *reply = dbus_pending_call_steal_reply(call);
DBusError derr;
- GError *err = NULL;
dbus_error_init(&derr);
if (!dbus_set_error_from_message(&derr, reply)) {
for (l = profiles; l; l = l->next) {
struct bluetooth_profile *profile = l->data;
- const char *uuid;
if (profile->path != NULL)
continue;
for (l = profiles; l; l = l->next) {
struct bluetooth_profile *profile = l->data;
- const char *uuid;
if (profile->path == NULL)
continue;
static void *bluetooth_start(struct obex_server *server, int *err)
{
- GSList *ios = NULL;
const GSList *l;
for (l = server->drivers; l; l = l->next) {