fix for issue #205

git-svn-id: http://s3fs.googlecode.com/svn/trunk@350 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ben.lemasurier@gmail.com 2011-07-07 16:25:04 +00:00
parent ee1915ff93
commit 913fee101e

View File

@ -2664,7 +2664,7 @@ static int s3fs_readdir(
}
// prevent this from sitting at 0, we may have requests to finish
remaining_messages++;
still_running++;
// go to the next object.
head = head->next;