This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
btpd
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Remove calls to the already removed old http code.
master
Richard Nyberg
18 年之前
父節點
1d7b396fc7
當前提交
4466a515e7
共有
1 個文件被更改
,包括
0 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
btpd/btpd.c
+ 0
- 2
btpd/btpd.c
查看文件
@@ -3,7 +3,6 @@
#include <time.h>
#include "btpd.h"
#include "http.h"
#include "active.h"
static uint8_t m_peer_id[20];
@@ -95,7 +94,6 @@ btpd_init(void)
m_peer_id[i] = rand_between(0, 255);
td_init();
http_init();
net_init();
ipc_init();
ul_init();
Write
Preview
Loading…
取消
儲存