aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/test_gnunet_vpn.c')
-rw-r--r--src/pt/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index 8ffadeca4..ab197b60d 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -120,7 +120,7 @@ mhd_ahc (void *cls,
120 } 120 }
121 *unused = NULL; 121 *unused = NULL;
122 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 122 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
123 "MHD sends respose for request to URL `%s'\n", url); 123 "MHD sends response for request to URL `%s'\n", url);
124 response = 124 response =
125 MHD_create_response_from_buffer (strlen (url), (void *) url, 125 MHD_create_response_from_buffer (strlen (url), (void *) url,
126 MHD_RESPMEM_MUST_COPY); 126 MHD_RESPMEM_MUST_COPY);