fix options

This commit is contained in:
Nicolas Viennot 2015-12-23 23:19:03 -05:00
parent 75cb217c22
commit 76ab267a35

View File

@ -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,