View Issue Details

IDProjectCategoryView StatusLast Update
0002477GNUnetnamestore servicepublic2012-11-05 18:34
Reporterschanzen Assigned ToMatthias Wachs  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002477: Namestore returns empty record data on zone iteration
DescriptionWhenever you iterate a zone where for a specific name and you only have private records it will call the result processor with name != NULL but rd == 0. This is kind of useless.

Example:

NUNET_NAMESTORE_zone_iteration_start (namestore_handle,
                                      NULL, //All zones
                                      GNUNET_NAMESTORE_RF_AUTHORITY,
                                      GNUNET_NAMESTORE_RF_PRIVATE,
                                      &cont,
                                      NULL);

This will call cont for names that only have private records even though RF_PRIVATE is set. (yes I don't get the private records but the call itself becomes useless)
TagsNo tags attached.

Activities

Matthias Wachs

2012-07-03 13:14

reporter   ~0006198

I can fix that

Matthias Wachs

2012-07-03 14:13

reporter   ~0006199

implemented in 22458.

Issue History

Date Modified Username Field Change
2012-07-03 12:14 schanzen New Issue
2012-07-03 12:14 schanzen Status new => assigned
2012-07-03 12:14 schanzen Assigned To => Matthias Wachs
2012-07-03 13:14 Matthias Wachs Note Added: 0006198
2012-07-03 14:13 Matthias Wachs Note Added: 0006199
2012-07-03 14:13 Matthias Wachs Status assigned => resolved
2012-07-03 14:13 Matthias Wachs Resolution open => fixed
2012-07-04 19:55 Christian Grothoff Product Version => Git master
2012-07-04 19:55 Christian Grothoff Fixed in Version => 0.9.4
2012-07-04 19:55 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:34 Christian Grothoff Status resolved => closed
2013-10-02 13:56 Christian Grothoff Category namestore => namestore service