[Libreoffice-commits] core.git: Branch 'feature/cmis' - ucb/source
Cao Cuong Ngo
cao.cuong.ngo at gmail.com
Mon Jul 15 04:13:28 PDT 2013
ucb/source/ucp/cmis/cmis_content.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fd4d31b16702fa1f8e522350df0766e16a86b5e0
Author: Cao Cuong Ngo <cao.cuong.ngo at gmail.com>
Date: Mon Jul 15 13:11:28 2013 +0200
CMIS create session
Add sslCheck flag in CreateSession
Change-Id: I0dda9b89e529623cbed00f35f10a924120475480
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index e4a206c..3d35567 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -326,7 +326,7 @@ namespace cmis
m_pSession = libcmis::SessionFactory::createSession(
OUSTR_TO_STDSTR( m_aURL.getBindingUrl( ) ),
- rUsername, rPassword, OUSTR_TO_STDSTR( m_aURL.getRepositoryId( ) ), oauth2Data );
+ rUsername, rPassword, OUSTR_TO_STDSTR( m_aURL.getRepositoryId( ) ), sal_False, oauth2Data );
if ( m_pSession == NULL )
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_INVALID_DEVICE,
More information about the Libreoffice-commits
mailing list