winlin

refine comments of security deny check

@@ -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 };