aboutsummaryrefslogtreecommitdiff
path: root/src/testspdy/test_daemon_start_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testspdy/test_daemon_start_stop.c')
-rw-r--r--src/testspdy/test_daemon_start_stop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testspdy/test_daemon_start_stop.c b/src/testspdy/test_daemon_start_stop.c
index af2e4b29..175e6365 100644
--- a/src/testspdy/test_daemon_start_stop.c
+++ b/src/testspdy/test_daemon_start_stop.c
@@ -32,8 +32,8 @@ main()
32 SPDY_init(); 32 SPDY_init();
33 33
34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), 34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123),
35 DATADIR "cert-and-key.pem", 35 DATA_DIR "cert-and-key.pem",
36 DATADIR "cert-and-key.pem", 36 DATA_DIR "cert-and-key.pem",
37 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END); 37 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END);
38 38
39 if(NULL==daemon){ 39 if(NULL==daemon){