Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
ae213eef
Commit
ae213eef
authored
Jul 02, 2019
by
Volodymyr Yurchenko
Browse files
Disable IPv6 one again
parent
cf671374
Changes
1
Show whitespace changes
Inline
Side-by-side
src/TJAlienDNSResolver.cxx
View file @
ae213eef
...
...
@@ -62,7 +62,7 @@ vector<string> TJAlienDNSResolver::get_addr(const char *host, const char *port,
void
TJAlienDNSResolver
::
reset
()
{
addr_ipv4
=
get_addr
(
host
.
c_str
(),
port
.
c_str
(),
4
);
addr_ipv6
=
get_addr
(
host
.
c_str
(),
port
.
c_str
(),
6
);
use_ipv6
=
tru
e
;
use_ipv6
=
fals
e
;
current_position
=
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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