正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -61,7 +61,7 @@ private: | @@ -61,7 +61,7 @@ private: | ||
| 61 | virtual int allow_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); | 61 | virtual int allow_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); |
| 62 | /** | 62 | /** |
| 63 | * security check the deny, | 63 | * security check the deny, |
| 64 | - * @return, if allowed, ERROR_SYSTEM_SECURITY_DENY. | 64 | + * @return, if denied, ERROR_SYSTEM_SECURITY_DENY. |
| 65 | */ | 65 | */ |
| 66 | virtual int deny_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); | 66 | virtual int deny_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); |
| 67 | }; | 67 | }; |
-
请 注册 或 登录 后发表评论