1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

fix building on mac os x. "error: invalid suffix on literal; C++11 requires a space between literal and identifier"

This commit is contained in:
snnn 2013-04-17 14:33:55 +08:00
parent f47bf214e5
commit 4c238c5b36

View File

@ -324,7 +324,7 @@ void fill_default_config()
mod_config()->daemon = false;
mod_config()->verify_client = false;
mod_config()->server_name = "shrpx spdylay/"SPDYLAY_VERSION;
mod_config()->server_name = "shrpx spdylay/" SPDYLAY_VERSION;
set_config_str(&mod_config()->host, "0.0.0.0");
mod_config()->port = 3000;
mod_config()->private_key_file = 0;