diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-07-15 13:11:28 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:51 +0200 |
commit | a8949c0ac56a67410b64831fe026fa38ee4dc534 (patch) | |
tree | dd3cde1e297050b066ea0ebfd6658bedb5cd2891 /ucb | |
parent | 56d34815e2e0b3e3277a6a3ee850ab7e4b764b1f (diff) |
CMIS create session
Add sslCheck flag in CreateSession
Change-Id: I0dda9b89e529623cbed00f35f10a924120475480
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/cmis/cmis_content.cxx | 2 |
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 da0dc6a5eeea..38ea240e862c 100644 --- a/ucb/source/ucp/cmis/cmis_content.cxx +++ b/ucb/source/ucp/cmis/cmis_content.cxx @@ -323,7 +323,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, |