aboutsummaryrefslogtreecommitdiff
path: root/src/testspdy/test_new_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testspdy/test_new_connection.c')
-rw-r--r--src/testspdy/test_new_connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testspdy/test_new_connection.c b/src/testspdy/test_new_connection.c
index f4f22e2d..8d13004f 100644
--- a/src/testspdy/test_new_connection.c
+++ b/src/testspdy/test_new_connection.c
@@ -889,8 +889,8 @@ parentproc(int child)
889 SPDY_init(); 889 SPDY_init();
890 890
891 daemon = SPDY_start_daemon(port, 891 daemon = SPDY_start_daemon(port,
892 DATADIR "cert-and-key.pem", 892 DATA_DIR "cert-and-key.pem",
893 DATADIR "cert-and-key.pem", 893 DATA_DIR "cert-and-key.pem",
894 &new_session_callback,NULL,NULL,NULL,CLS,SPDY_DAEMON_OPTION_END); 894 &new_session_callback,NULL,NULL,NULL,CLS,SPDY_DAEMON_OPTION_END);
895 895
896 if(NULL==daemon){ 896 if(NULL==daemon){