mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
loplugin:staticanonymous
Change-Id: I2adf6be69967c163dd6dabbc35e9777589133956 Reviewed-on: https://gerrit.libreoffice.org/32367 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:

committed by
Tor Lillqvist

parent
6a9e733118
commit
98c236f9bb
@ -274,7 +274,7 @@ StorageBase::SaveResult LocalStorage::saveLocalFileToStorage(const Poco::URI& ur
|
||||
|
||||
namespace {
|
||||
|
||||
static inline
|
||||
inline
|
||||
Poco::Net::HTTPClientSession* getHTTPClientSession(const Poco::URI& uri)
|
||||
{
|
||||
return (LOOLWSD::isSSLEnabled() || LOOLWSD::isSSLTermination()) ? new Poco::Net::HTTPSClientSession(uri.getHost(), uri.getPort(), Poco::Net::SSLManager::instance().defaultClientContext())
|
||||
|
Reference in New Issue
Block a user