修改错误
This commit is contained in:
parent
fa2ea1f83c
commit
130dad7ffa
4
rhost.c
4
rhost.c
@ -531,9 +531,9 @@ int rule(conf *conf)
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user