error searching

This commit is contained in:
Carl-Benedikt Krüger 2011-07-08 18:15:18 +02:00
parent 0b58aa7e86
commit 7987f42dc0

View file

@ -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);