Skip to content
Snippets Groups Projects
Commit bccf526c authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Add missing protection

git-svn-id: http://root.cern.ch/svn/root/trunk@24822 27541ba8-7e3a-0410-8455-c3a389f83636
parent bfcacf43
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ Int_t TXProofMgr::Init(Int_t)
// even when it matches the default value
TString u = fUrl.GetUrl(kTRUE);
fSocket = 0;
if (!(fSocket = new TXSocket(u, 'C', kPROOF_Protocol,
kXPROOF_Protocol, 0, -1, this)) ||
!(fSocket->IsValid())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment