aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_main-window-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_main-window-search.c')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-search.c b/src/fs/gnunet-fs-gtk_main-window-search.c
index fed27001..ad688601 100644
--- a/src/fs/gnunet-fs-gtk_main-window-search.c
+++ b/src/fs/gnunet-fs-gtk_main-window-search.c
@@ -407,7 +407,7 @@ save_pseudonym_with_nick (struct PseuLookupContext *lctx, const char *nick)
407 /* show the window */ 407 /* show the window */
408 gtk_window_present (GTK_WINDOW (lctx->progress_dialog)); 408 gtk_window_present (GTK_WINDOW (lctx->progress_dialog));
409 memset (&rd, 0, sizeof (rd)); 409 memset (&rd, 0, sizeof (rd));
410 rd.data_size = GNUNET_IDENTITY_key_get_length (&lctx->pkey); 410 rd.data_size = GNUNET_IDENTITY_public_key_get_length (&lctx->pkey);
411 rd.data = &lctx->pkey; 411 rd.data = &lctx->pkey;
412 rd.flags = GNUNET_GNSRECORD_RF_PRIVATE; 412 rd.flags = GNUNET_GNSRECORD_RF_PRIVATE;
413 rd.expiration_time = GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us; 413 rd.expiration_time = GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us;