-LRN: fix callback arguments typo
authorChristian Grothoff <christian@grothoff.org>
Sat, 14 Jan 2012 15:17:48 +0000 (15:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 14 Jan 2012 15:17:48 +0000 (15:17 +0000)
src/fs/fs_file_information.c

index cade94a799baffc4c752f694d424d6da7ac903a3..94b4c1866c363fce46d0382a6e7abaad6eee768c 100644 (file)
@@ -948,7 +948,7 @@ GNUNET_FS_file_information_inspect (struct GNUNET_FS_FileInformation *dir,
         proc (proc_cls, pos,
               (pos->is_directory) ? pos->data.dir.dir_size : pos->data.
               file.file_size, pos->meta, &pos->keywords, &pos->bo,
-              (dir->is_directory) ? &no : &dir->data.file.do_index,
+              (pos->is_directory) ? &no : &pos->data.file.do_index,
               &pos->client_info))
       break;
     pos = pos->next;