aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 09:51:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 09:51:28 +0000
commit07b2bab7ce6800ca399f49e1821f274a8150355b (patch)
tree790c498d117f09201cff7276bfd3224790196210 /src/gns
parent39f6946c05be5a8e32869356bbc60f9028dad95d (diff)
downloadgnunet-07b2bab7ce6800ca399f49e1821f274a8150355b.tar.gz
gnunet-07b2bab7ce6800ca399f49e1821f274a8150355b.zip
-missing endif
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 45e36eae5..7fe221b7c 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2741,7 +2741,7 @@ add_handle_to_ssl_mhd (struct GNUNET_NETWORK_Handle *h, const char* domain)
2741 MHD_OPTION_URI_LOG_CALLBACK, &mhd_log_callback, 2741 MHD_OPTION_URI_LOG_CALLBACK, &mhd_log_callback,
2742 NULL, 2742 NULL,
2743 MHD_OPTION_END); 2743 MHD_OPTION_END);
2744 2744#endif
2745 GNUNET_assert (hd->daemon != NULL); 2745 GNUNET_assert (hd->daemon != NULL);
2746 hd->httpd_task = GNUNET_SCHEDULER_NO_TASK; 2746 hd->httpd_task = GNUNET_SCHEDULER_NO_TASK;
2747 2747