Print the defined port.

This commit is contained in:
irungentoo 2013-07-22 16:06:36 -04:00
parent cca045b4a2
commit 53b58a4c82

View File

@ -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;