redis出错处理时,返回值有符号赋给了无符号。
This commit is contained in:
@@ -973,8 +973,7 @@ void redis_monitor_traverse(unsigned int version,redisContext *c,
|
|||||||
const unsigned char* dec_key,
|
const unsigned char* dec_key,
|
||||||
_Maat_feather_t* feather)
|
_Maat_feather_t* feather)
|
||||||
{
|
{
|
||||||
unsigned int rule_num=0,i=0;
|
int table_id=0,i=0,rule_num=0;
|
||||||
int table_id=0;
|
|
||||||
int ret=0;
|
int ret=0;
|
||||||
struct serial_rule_t* rule_list=NULL;
|
struct serial_rule_t* rule_list=NULL;
|
||||||
int update_type=CM_UPDATE_TYPE_INC;
|
int update_type=CM_UPDATE_TYPE_INC;
|
||||||
|
|||||||
Reference in New Issue
Block a user