mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +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)
|
if (val->flags & OPVAL_DIRTY_ROBJ)
|
||||||
decrRefCount(val->ele);
|
decrRefCount(val->ele);
|
||||||
|
|
||||||
bzero(val,sizeof(zsetopval));
|
memset(val,0,sizeof(zsetopval));
|
||||||
|
|
||||||
if (op->type == REDIS_SET) {
|
if (op->type == REDIS_SET) {
|
||||||
iterset *it = &op->iter.set;
|
iterset *it = &op->iter.set;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user