Browse Source

clean up

pull/77/head
Max Lv 10 years ago
parent
commit
2944522f3c
1 changed files with 0 additions and 2 deletions
  1. 2
      src/local.c

2
src/local.c

@ -174,8 +174,6 @@ static void server_recv_cb (EV_P_ ev_io *w, int revents)
// local socks5 server
if (server->stage == 5)
{
if (remote == NULL) FATAL("remote should not be null.");
// insert shadowsocks header
if (!remote->direct)
{

Loading…
Cancel
Save