提交 c81f058b 编写于 作者: A Andrea Bolognani

util: Fix 'exempt from syntax-check' comment

上级 ad584cbb
...@@ -2479,7 +2479,7 @@ virParseOwnershipIds(const char *label, uid_t *uidPtr, gid_t *gidPtr) ...@@ -2479,7 +2479,7 @@ virParseOwnershipIds(const char *label, uid_t *uidPtr, gid_t *gidPtr)
*/ */
const char *virGetEnvBlockSUID(const char *name) const char *virGetEnvBlockSUID(const char *name)
{ {
return secure_getenv(name); /* exempt from syntax-check-rules */ return secure_getenv(name); /* exempt from syntax-check */
} }
...@@ -2493,7 +2493,7 @@ const char *virGetEnvBlockSUID(const char *name) ...@@ -2493,7 +2493,7 @@ const char *virGetEnvBlockSUID(const char *name)
*/ */
const char *virGetEnvAllowSUID(const char *name) const char *virGetEnvAllowSUID(const char *name)
{ {
return getenv(name); /* exempt from syntax-check-rules */ return getenv(name); /* exempt from syntax-check */
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册