aboutsummaryrefslogtreecommitdiff
path: root/src/testspdy/test_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testspdy/test_misc.c')
-rw-r--r--src/testspdy/test_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testspdy/test_misc.c b/src/testspdy/test_misc.c
index dd65c309..e6ca99ac 100644
--- a/src/testspdy/test_misc.c
+++ b/src/testspdy/test_misc.c
@@ -196,8 +196,8 @@ parentproc()
196 SPDY_init(); 196 SPDY_init();
197 197
198 daemon = SPDY_start_daemon(port, 198 daemon = SPDY_start_daemon(port,
199 DATADIR "cert-and-key.pem", 199 DATA_DIR "cert-and-key.pem",
200 DATADIR "cert-and-key.pem", 200 DATA_DIR "cert-and-key.pem",
201 NULL, 201 NULL,
202 NULL, 202 NULL,
203 &standard_request_handler, 203 &standard_request_handler,