summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-15 13:11:28 +0200
committerCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-15 13:11:28 +0200
commitfd4d31b16702fa1f8e522350df0766e16a86b5e0 (patch)
tree5ce7ff16eacb0aadaa0750c2944363dfad4767b6
parenta3e5c43ff690da09390634dd7c54c9ff193a95cc (diff)
CMIS create session
Add sslCheck flag in CreateSession Change-Id: I0dda9b89e529623cbed00f35f10a924120475480
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index e4a206c026b2..3d35567a9336 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,