Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jun 13, 2014
1 parent 57eb040 commit fc25beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc25beb

Please sign in to comment.