From 706164b7915bb2bb8b2af39a26882e5075e2fa9f Mon Sep 17 00:00:00 2001 From: weiyixuan Date: Tue, 10 Apr 2018 17:56:04 +0800 Subject: [PATCH] Option --ipinfo 1 can not work properly --- ui/asn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/asn.c b/ui/asn.c index 1fe29ba..0ed0398 100644 --- a/ui/asn.c +++ b/ui/asn.c @@ -307,7 +307,7 @@ char *fmt_ipinfo( int is_printii( struct mtr_ctl *ctl) { - return ((ctl->ipinfo_no >= 0) && (ctl->ipinfo_no != ctl->ipinfo_max)); + return (ctl->ipinfo_no >= 0); } void asn_open( -- 2.47.2