Skip to content

Commit

Permalink
Added setICATProxySettings to publish method. Refs #7636.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Dec 13, 2013
1 parent 9cf9ba0 commit 798963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/ICat/src/ICat4/ICat4Catalog.cpp
Expand Up @@ -758,7 +758,7 @@ namespace Mantid
int64_t ICat4Catalog::getDatasetIdFromFileName(std::string &dataFileName)
{
ICat4::ICATPortBindingProxy icat;
setSSLContext(icat);
setICATProxySettings(icat);

ns1__search request;
ns1__searchResponse response;
Expand Down

0 comments on commit 798963a

Please sign in to comment.