Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
e9bb196a
Commit
e9bb196a
authored
Jul 04, 2019
by
Volodymyr Yurchenko
Browse files
Rename ambiguous variable in TJAlien::Connect
parent
38f14d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TJAlien.cxx
View file @
e9bb196a
...
...
@@ -43,14 +43,14 @@ TJAlien::TJAlien (const char* gridUrl, const char* uId, const char* passwd,
void
TJAlien
::
Connect
()
{
TString
oldfPwd
(
fPwd
);
int
connection_
flag
=
connection
.
CreateConnection
();
if
(
connection_
flag
==
-
1
)
int
connection_
mode
=
connection
.
CreateConnection
();
if
(
connection_
mode
==
-
1
)
{
// Failed to connect
// TJAlienConnectionManager will produce an error message
return
;
}
else
if
(
connection_
flag
==
1
)
else
if
(
connection_
mode
==
1
)
{
// Connected to JCentral with full grid certificate
// Immediately ask for the token
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment