From 53b58a4c824984839124cb46334bcf7bbba782ca Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 22 Jul 2013 16:06:36 -0400 Subject: [PATCH] Print the defined port. --- other/DHT_bootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c index 85ed679c..ac74d901 100644 --- a/other/DHT_bootstrap.c +++ b/other/DHT_bootstrap.c @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) printf("%hhX",self_public_key[i]); } printf("\n"); - printf("Port: 33445\n"); + printf("Port: %u\n", PORT); //initialize networking //bind to ip 0.0.0.0:PORT IP ip;