user message change

pull/1/head
Kaleb Himes 2014-08-11 10:29:08 -06:00
parent 5873c0e249
commit 2801c9588b
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ int udp_read_connect(int listenfd)
printf("recvfrom failed.\n");
}
printf("FOUND SOMETHING TO CONNECT TO!!!!!!!!***********************.\n");
printf("Connected!\n");
/* ensure b is empty upon each call */
memset(&b, 0, sizeof(b));
return listenfd;