소스 검색

Peers wasn't removed from the list of unattached peers before being

added to the torrent list. This bug crept in because this file was
based on an earlier version of policy.c.
master
Richard Nyberg 19 년 전
부모
커밋
78fddd57db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      btpd/policy_if.c

+ 1
- 0
btpd/policy_if.c 파일 보기

@@ -178,6 +178,7 @@ cm_on_new_peer(struct peer *p)

tp->npeers++;
p->flags |= PF_ATTACHED;
BTPDQ_REMOVE(&btpd.unattached, p, cm_entry);

if (tp->npeers == 1) {
BTPDQ_INSERT_HEAD(&tp->peers, p, cm_entry);


불러오는 중...
취소
저장