Fix typo in an earlier commit.

This commit is contained in:
Alexei Svitkine 2015-08-10 10:36:39 -04:00
parent daafe565a1
commit 11f7e3b1a1

View File

@ -74,7 +74,7 @@ void getouraddr()
{
char buff[256];
if (gethostname(buff, sizeof(buf)) == 0)
if (gethostname(buff, sizeof(buff)) == 0)
{
struct addrinfo hints = { 0 };
hints.ai_flags = AI_NUMERICHOST;