mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
bzero -> memset
This commit is contained in:
parent
ad0df18fdc
commit
fe7be46025
@ -1254,7 +1254,7 @@ int zuiNext(zsetopsrc *op, zsetopval *val) {
|
||||
if (val->flags & OPVAL_DIRTY_ROBJ)
|
||||
decrRefCount(val->ele);
|
||||
|
||||
bzero(val,sizeof(zsetopval));
|
||||
memset(val,0,sizeof(zsetopval));
|
||||
|
||||
if (op->type == REDIS_SET) {
|
||||
iterset *it = &op->iter.set;
|
||||
|
Loading…
x
Reference in New Issue
Block a user