From 18b15b9099ccb02c87ae63e02d4e1ccea50665a8 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 2 Jan 2015 16:04:30 +0800 Subject: [PATCH] refine comments of security deny check --- trunk/src/app/srs_app_security.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_security.hpp b/trunk/src/app/srs_app_security.hpp index efa6cb18e..d2c30ff24 100644 --- a/trunk/src/app/srs_app_security.hpp +++ b/trunk/src/app/srs_app_security.hpp @@ -61,7 +61,7 @@ private: virtual int allow_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); /** * security check the deny, - * @return, if allowed, ERROR_SYSTEM_SECURITY_DENY. + * @return, if denied, ERROR_SYSTEM_SECURITY_DENY. */ virtual int deny_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req); };