...
This commit is contained in:
parent
cc1a81a0c6
commit
ed7ebac5c6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue