From 130dad7ffafbd2b3d6b9bde29b32c64cd764cb81 Mon Sep 17 00:00:00 2001 From: aixiao Date: Wed, 22 May 2024 15:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhost.c b/rhost.c index 1cb5cf1..ab4caff 100644 --- a/rhost.c +++ b/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; } }