This commit is contained in:
root 2011-06-21 13:43:21 +02:00
parent cc1a81a0c6
commit ed7ebac5c6

View file

@ -192,7 +192,7 @@ void* server_task(void* e)
}
/* If connection is established then start communicating */
memset(buffer,0,256);
kpritnf("recieving");
kprintf("recieving");
n = read( newsockfd,buffer,255 );
if (n < 0)
{