Browse Source

fix a typo

pull/89/head
Max Lv 10 years ago
parent
commit
fc25beb70b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/local.c

2
src/local.c

@ -433,7 +433,7 @@ static void server_recv_cb (EV_P_ ev_io *w, int revents)
}
if ((acl && request->atyp == 1 && acl_contains_ip(host))
|| (acl && request->atyp = 3 && acl_contains_domain(host)))
|| (acl && request->atyp == 3 && acl_contains_domain(host)))
{
remote = connect_to_remote(server->listener, host, port);
remote->direct = 1;

Loading…
Cancel
Save