Browse Source

fix typo

pull/4/merge
Max Lv 12 years ago
parent
commit
727623225d
1 changed files with 1 additions and 1 deletions
  1. 2
      local.c

2
local.c

@ -452,7 +452,7 @@ struct remote* new_remote(int fd) {
remote->recv_ctx->connected = 0;
remote->send_ctx->remote = remote;
remote->send_ctx->connected = 0;
remtoe->buf_len = 0;
remote->buf_len = 0;
return remote;
}

Loading…
Cancel
Save