修改错误

This commit is contained in:
aixiao 2024-05-22 15:35:14 +08:00
parent fa2ea1f83c
commit 130dad7ffa

View File

@ -531,9 +531,9 @@ int rule(conf *conf)
{ {
if (system_version() >= 12) if (system_version() >= 12)
{ {
if ((fp = popen(GE_12, "r")) == NULL) if ((fp = popen(GE_10, "r")) == NULL)
{ {
perror("GE_12"); perror("GE_10");
return -1; return -1;
} }
} }