error searching
This commit is contained in:
parent
0b58aa7e86
commit
7987f42dc0
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ void* client_task(void* e)
|
|||
/* spew-out the results and bail out of here! */
|
||||
kprintf("%s\n", dir);
|
||||
|
||||
for (n = 0; n < 512; n++)
|
||||
for (n = 0; n <1024; n++)
|
||||
{
|
||||
recv(sd,dir,sizeof(dir),0);
|
||||
// udelay(100);
|
||||
|
|
Loading…
Add table
Reference in a new issue