diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_publish-dialog.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c index 56db4492..045ff3b8 100644 --- a/src/fs/gnunet-fs-gtk_publish-dialog.c +++ b/src/fs/gnunet-fs-gtk_publish-dialog.c | |||
@@ -2209,7 +2209,9 @@ GNUNET_GTK_master_publish_dialog_execute_button_clicked_cb (GtkButton * button, | |||
2209 | GNUNET_FS_file_information_inspect (fi, insert_advertisement, ctx); | 2209 | GNUNET_FS_file_information_inspect (fi, insert_advertisement, ctx); |
2210 | GNUNET_FS_publish_start (GNUNET_FS_GTK_get_fs_handle (), | 2210 | GNUNET_FS_publish_start (GNUNET_FS_GTK_get_fs_handle (), |
2211 | fi, | 2211 | fi, |
2212 | GNUNET_IDENTITY_ego_get_private_key (ns), | 2212 | (NULL == ns) |
2213 | ? NULL | ||
2214 | : GNUNET_IDENTITY_ego_get_private_key (ns), | ||
2213 | namespace_id, namespace_uid, | 2215 | namespace_id, namespace_uid, |
2214 | GNUNET_FS_PUBLISH_OPTION_NONE); | 2216 | GNUNET_FS_PUBLISH_OPTION_NONE); |
2215 | } | 2217 | } |