aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
commit4e49d814f8c52d784e8aa7bd57a40eda7656d3c0 (patch)
tree86f9971794e0d72f8de9ac2886fd11e85ccde7c1 /src/fs/gnunet-service-fs.c
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index f2770df3e..d4728760d 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -508,7 +508,7 @@ main_init (struct GNUNET_SERVER_Handle *server,
508 NULL, &peer_init_handler, 508 NULL, &peer_init_handler,
509 &peer_connect_handler, 509 &peer_connect_handler,
510 &GSF_peer_disconnect_handler_, 510 &GSF_peer_disconnect_handler_,
511 &GSF_peer_status_handler_, NULL, GNUNET_NO, 511 NULL, GNUNET_NO,
512 NULL, GNUNET_NO, p2p_handlers); 512 NULL, GNUNET_NO, p2p_handlers);
513 if (NULL == GSF_core) 513 if (NULL == GSF_core)
514 { 514 {