diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 5646b20..0f7909a 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
transport_update_playing(transport, TRUE);
}
- return NULL;
+ return dbus_message_new_method_return(msg);
}
static DBusMessage *unselect_transport(DBusConnection *conn, DBusMessage *msg,
transport_update_playing(transport, FALSE);
}
- return NULL;
+ return dbus_message_new_method_return(msg);
}
static void sink_state_changed(struct btd_service *service,