正在显示
2 个修改的文件
包含
9 行增加
和
1 行删除
trunk/conf/console.conf
0 → 100644
@@ -1304,7 +1304,7 @@ bool SrsConfig::get_deamon() | @@ -1304,7 +1304,7 @@ bool SrsConfig::get_deamon() | ||
1304 | { | 1304 | { |
1305 | srs_assert(root); | 1305 | srs_assert(root); |
1306 | 1306 | ||
1307 | - SrsConfDirective* conf = root->get("deamon"); | 1307 | + SrsConfDirective* conf = root->get("daemon"); |
1308 | if (conf && conf->arg0() == "off") { | 1308 | if (conf && conf->arg0() == "off") { |
1309 | return false; | 1309 | return false; |
1310 | } | 1310 | } |
-
请 注册 或 登录 后发表评论