-fix #2142
authorChristian Grothoff <christian@grothoff.org>
Tue, 7 Feb 2012 11:07:36 +0000 (11:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 7 Feb 2012 11:07:36 +0000 (11:07 +0000)
src/fs/fs_dirmetascan.c

index 34170a8d4d0f9c6d54615ef06896dc42cbd4071a..5b7d2d0c1a811fb90cada8a17d4003748a9dc94d 100644 (file)
@@ -374,6 +374,7 @@ process_helper_msgs (void *cls,
                                           ds->pos->short_filename, 
                                           strlen (ds->pos->short_filename) + 1);
       }
+      ds->pos->ksk_uri = GNUNET_FS_uri_ksk_create_from_meta_data (ds->pos->meta);
       ds->pos = advance (ds->pos);      
       return;
     }