aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r--src/fs/gnunet-fs-gtk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index bb7ea15a..b42e6c28 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -773,6 +773,7 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
773 } 773 }
774 arm = GNUNET_ARM_connect (main_context.cfg, &arm_connection_state_change, &main_context); 774 arm = GNUNET_ARM_connect (main_context.cfg, &arm_connection_state_change, &main_context);
775 armon = GNUNET_ARM_monitor (main_context.cfg, service_status_change, &main_context); 775 armon = GNUNET_ARM_monitor (main_context.cfg, service_status_change, &main_context);
776 main_context.gns = GNUNET_GNS_connect (main_context.cfg);
776 main_context.identity = GNUNET_IDENTITY_connect (main_context.cfg, NULL, NULL); 777 main_context.identity = GNUNET_IDENTITY_connect (main_context.cfg, NULL, NULL);
777 main_context.id_op = GNUNET_IDENTITY_get (main_context.identity, 778 main_context.id_op = GNUNET_IDENTITY_get (main_context.identity,
778 "fs-sks", 779 "fs-sks",