[vlc-commits] Keystore: fix compilation
Jean-Baptiste Kempf
git at videolan.org
Sat Jun 18 22:27:59 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 18 22:27:15 2016 +0200| [a4421709f19443e15ca73d12499311548b31b5db] | committer: Jean-Baptiste Kempf
Keystore: fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4421709f19443e15ca73d12499311548b31b5db
---
modules/keystore/secret.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/keystore/secret.c b/modules/keystore/secret.c
index 9bb5f5b..dd71d3c 100644
--- a/modules/keystore/secret.c
+++ b/modules/keystore/secret.c
@@ -293,7 +293,7 @@ dbus_vanished_cb(GDBusConnection *connection, const gchar *name,
static int
Open(vlc_object_t *p_this)
{
- if (!p_this->b_force)
+ if (!p_this->obj.force)
{
/* First, check if secrets service is running using g_bus_watch_name().
* Indeed, secret_service_get_sync will spawn a service if it's not
More information about the vlc-commits
mailing list