mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-21 10:07:53 +02:00
fix options
This commit is contained in:
parent
75cb217c22
commit
76ab267a35
@ -92,7 +92,7 @@ static void lookup_and_connect(void)
|
|||||||
hints.ai_socktype = SOCK_STREAM;
|
hints.ai_socktype = SOCK_STREAM;
|
||||||
hints.ai_protocol = IPPROTO_TCP;
|
hints.ai_protocol = IPPROTO_TCP;
|
||||||
|
|
||||||
tmate_server_host = options_get_string(global_s_options,
|
tmate_server_host = options_get_string(global_options,
|
||||||
"tmate-server-host");
|
"tmate-server-host");
|
||||||
tmate_info("Looking up %s...", tmate_server_host);
|
tmate_info("Looking up %s...", tmate_server_host);
|
||||||
(void)evdns_getaddrinfo(tmate_session.ev_dnsbase, tmate_server_host, NULL,
|
(void)evdns_getaddrinfo(tmate_session.ev_dnsbase, tmate_server_host, NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user