aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-19 12:07:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-19 12:07:05 +0000
commitb272a833ee57cad630ecbcce1aab366777042dd9 (patch)
tree9a6057f81afe36db736b4911a85c0b94538c1f53 /src/gns
parent50c4e060fc721dfe2af9115639a4d47e88e04f00 (diff)
downloadgnunet-b272a833ee57cad630ecbcce1aab366777042dd9.tar.gz
gnunet-b272a833ee57cad630ecbcce1aab366777042dd9.zip
-fixing #2274 -- eliminating GNUNET_SCHEDULER_add_after
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index 8d6a58302..7e099df62 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -642,7 +642,7 @@ run_httpd ()
642 GNUNET_NETWORK_fdset_copy_native (wes, &es, max + 1); 642 GNUNET_NETWORK_fdset_copy_native (wes, &es, max + 1);
643 httpd_task = 643 httpd_task =
644 GNUNET_SCHEDULER_add_select (GNUNET_SCHEDULER_PRIORITY_HIGH, 644 GNUNET_SCHEDULER_add_select (GNUNET_SCHEDULER_PRIORITY_HIGH,
645 GNUNET_SCHEDULER_NO_TASK, tv, wrs, wws, 645 tv, wrs, wws,
646 &do_httpd, NULL); 646 &do_httpd, NULL);
647 GNUNET_NETWORK_fdset_destroy (wrs); 647 GNUNET_NETWORK_fdset_destroy (wrs);
648 GNUNET_NETWORK_fdset_destroy (wws); 648 GNUNET_NETWORK_fdset_destroy (wws);