[vlc-commits] test/keystore: fix warning

Thomas Guillem git at videolan.org
Tue Jan 10 15:31:25 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jan 10 15:27:16 2017 +0100| [b38f535fdc749028e1c76a68c75fbfaf0f658994] | committer: Thomas Guillem

test/keystore: fix warning

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

 test/src/misc/keystore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/misc/keystore.c b/test/src/misc/keystore.c
index a59f6f4..cabd86a 100644
--- a/test/src/misc/keystore.c
+++ b/test/src/misc/keystore.c
@@ -64,7 +64,7 @@ static const struct testcase
     /* First tests use sftp protocol: no realm and results doesn't depend on
      * path */
     { true, SFTP("user1:pwd1 at ex.com/testing/deprecated_url"),
-      { "user1", "pwd1" }, {} , {}, false, false },
+      { "user1", "pwd1" }, {} , {}, false },
 
     { true, SFTP("ex.com/testing/opt"),
       { "user1", "pwd1" }, { "user1", "pwd1" }, {}, false },



More information about the vlc-commits mailing list