Browse Source

fix an issue of ACL

pull/401/head
Max Lv 9 years ago
parent
commit
3042dd6a06
1 changed files with 1 additions and 1 deletions
  1. 2
      src/local.c

2
src/local.c

@ -244,7 +244,7 @@ static void server_recv_cb(EV_P_ ev_io *w, int revents)
return;
}
if (remote->send_ctx->connected && auth) {
if (!remote->direct && remote->send_ctx->connected && auth) {
remote->buf = ss_gen_hash(remote->buf, &r, remote->hash_buf, &remote->hash_idx, BUF_SIZE);
}

Loading…
Cancel
Save