[vlc-commits] Kwallet: fix compilation

Jean-Baptiste Kempf git at videolan.org
Sat Jun 18 22:30:09 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 18 22:29:42 2016 +0200| [0a293c6cdcd7ec9dd0edc8feb8754a386284f8f5] | committer: Jean-Baptiste Kempf

Kwallet: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a293c6cdcd7ec9dd0edc8feb8754a386284f8f5
---

 modules/keystore/kwallet.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/keystore/kwallet.cpp b/modules/keystore/kwallet.cpp
index 902fb09..1206920 100644
--- a/modules/keystore/kwallet.cpp
+++ b/modules/keystore/kwallet.cpp
@@ -682,7 +682,7 @@ Open(vlc_object_t *p_this)
     if (!p_wallet)
         return VLC_EGENERIC;
 
-    if (!p_wallet->open(p_this->b_force))
+    if (!p_wallet->open(p_this->obj.force))
     {
         p_wallet->close();
         return VLC_EGENERIC;



More information about the vlc-commits mailing list