이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
btpd
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Initialize the interval variable even when we don't read its value from the
tracker reply.
master
Richard Nyberg
18 년 전
부모
db7f22db73
커밋
3bb3d2c074
1개의 변경된 파일
과
3개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
btpd/http_tr_if.c
+ 3
- 1
btpd/http_tr_if.c
파일 보기
@@ -66,8 +66,10 @@ parse_reply(struct torrent *tp, const char *content, size_t size, int parse,
return 1;
}
if (!parse)
if (!parse) {
*interval = -1;
return 0;
}
if (!benc_dct_chk(content, 2, BE_INT, 1, "interval", BE_ANY, 1, "peers"))
goto bad_data;
쓰기
미리보기
불러오는 중...
취소
저장