comparison th_network.c @ 429:f8ea8e833f48

Typo fix.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jul 2016 14:15:49 +0300
parents bffd3caf2d2c
children 1b3472ba7b23
comparison
equal deleted inserted replaced
428:592e5dc7ecef 429:f8ea8e833f48
314 break; 314 break;
315 315
316 default: 316 default:
317 err = THERR_INIT_FAIL; 317 err = THERR_INIT_FAIL;
318 th_conn_err(conn, err, 318 th_conn_err(conn, err,
319 "Invalid proxy settings for SOCKS 4, unsupported address type requrested.\n"); 319 "Invalid proxy settings for SOCKS 4, unsupported address type requested.\n");
320 goto out; 320 goto out;
321 } 321 }
322 322
323 th_growbuf_puts(&buf, conn->proxy.userid, TRUE); 323 th_growbuf_puts(&buf, conn->proxy.userid, TRUE);
324 if (conn->proxy.addr_type == TH_PROXY_ADDR_DOMAIN) 324 if (conn->proxy.addr_type == TH_PROXY_ADDR_DOMAIN)