mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix autobuild (not built locally)
This commit is contained in:
parent
180322293c
commit
291fa8d5c5
|
@ -339,7 +339,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
/* Initialize networking
|
||||
bind to ip 0.0.0.0:PORT */
|
||||
IP ip;
|
||||
IP4 ip;
|
||||
ip.uint32 = 0;
|
||||
DHT *dht = new_DHT(new_net_crypto(new_networking(ip, server_conf.port)));
|
||||
/* Read the config file */
|
||||
|
|
Loading…
Reference in New Issue
Block a user