vlc | branch: master | Thomas Guillem <[email protected]> | 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:[email protected]/testing/deprecated_url"), - { "user1", "pwd1" }, {} , {}, false, false }, + { "user1", "pwd1" }, {} , {}, false }, { true, SFTP("ex.com/testing/opt"), { "user1", "pwd1" }, { "user1", "pwd1" }, {}, false }, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
