This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove calls to the already removed old http code.
master
Richard Nyberg
18 years ago
parent
1d7b396fc7
commit
4466a515e7
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
btpd/btpd.c
+ 0
- 2
btpd/btpd.c
View File
@@ -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…
Cancel
Save