This commit is contained in:
Carl-Benedikt Krüger 2011-06-28 14:59:20 +02:00
parent 4918bda9af
commit beb3eb322f

View file

@ -221,7 +221,7 @@ void* client_task(void* e)
struct sockaddr_in pin;
struct hostent *hp;
sleep(1000);
sleep(2);
/* fill in the socket structure with host information */
memset(&pin, 0, sizeof(pin));