diff options
Diffstat (limited to 'src/service/peerstore/peerstore_api.c')
-rw-r--r-- | src/service/peerstore/peerstore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/peerstore/peerstore_api.c b/src/service/peerstore/peerstore_api.c index bf8b990e5..9f6523e38 100644 --- a/src/service/peerstore/peerstore_api.c +++ b/src/service/peerstore/peerstore_api.c | |||
@@ -876,7 +876,7 @@ hello_add_iter (void *cls, const struct GNUNET_PEERSTORE_Record *record, | |||
876 | huc->hello, | 876 | huc->hello, |
877 | ntohs (huc->hello->size), | 877 | ntohs (huc->hello->size), |
878 | hello_exp, | 878 | hello_exp, |
879 | GNUNET_PEERSTORE_STOREOPTION_UPSERT_LATER_EXPIRY, | 879 | GNUNET_PEERSTORE_STOREOPTION_REPLACE, |
880 | &hello_store_success, | 880 | &hello_store_success, |
881 | huc); | 881 | huc); |
882 | return; | 882 | return; |