diff options
Diffstat (limited to 'src/testspdy/test_requests_with_assets.c')
-rw-r--r-- | src/testspdy/test_requests_with_assets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testspdy/test_requests_with_assets.c b/src/testspdy/test_requests_with_assets.c index c4eb3d49..26d309e8 100644 --- a/src/testspdy/test_requests_with_assets.c +++ b/src/testspdy/test_requests_with_assets.c | |||
@@ -213,8 +213,8 @@ parentproc() | |||
213 | SPDY_init(); | 213 | SPDY_init(); |
214 | 214 | ||
215 | daemon = SPDY_start_daemon(port, | 215 | daemon = SPDY_start_daemon(port, |
216 | DATADIR "cert-and-key.pem", | 216 | DATA_DIR "cert-and-key.pem", |
217 | DATADIR "cert-and-key.pem", | 217 | DATA_DIR "cert-and-key.pem", |
218 | NULL, | 218 | NULL, |
219 | NULL, | 219 | NULL, |
220 | &standard_request_handler, | 220 | &standard_request_handler, |