fix autobuild (not built locally)

This commit is contained in:
Coren[m] 2013-09-09 16:11:33 +02:00
parent 180322293c
commit 291fa8d5c5

View File

@ -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 */