From baa9f1f1eca86ce813eb602de09909eeaea2d364 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 7 Dec 2018 14:58:44 +0600 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E6=81=B0=E5=BD=93?= =?UTF-8?q?=E7=9A=84=E6=96=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/entry/Maat_command.cpp b/src/entry/Maat_command.cpp index bb43b09..72db44b 100644 --- a/src/entry/Maat_command.cpp +++ b/src/entry/Maat_command.cpp @@ -1268,7 +1268,6 @@ int exec_serial_rule(redisContext* ctx,struct serial_rule_t* s_rule, unsigned in { continue; } - assert(i<(unsigned int)serial_rule_num); MESA_handle_runtime_log(logger,RLOG_LV_FATAL,maat_command ,"%s %s %d failed, rule id maybe conflict or not exist." ,rm_op_str[s_rule[i].op]