mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01: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_protocol = IPPROTO_TCP;
|
||||
|
||||
tmate_server_host = options_get_string(global_s_options,
|
||||
tmate_server_host = options_get_string(global_options,
|
||||
"tmate-server-host");
|
||||
tmate_info("Looking up %s...", tmate_server_host);
|
||||
(void)evdns_getaddrinfo(tmate_session.ev_dnsbase, tmate_server_host, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user