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

View file

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