Browse Source

Delete from redis_write when redis_restore_call() fails

pull/268/head
Lucian Balaceanu 9 years ago
parent
commit
252ea8a943
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/redis.c

+ 1
- 1
daemon/redis.c View File

@ -1494,7 +1494,7 @@ err1:
obj_put(c);
}
else
redisCommandNR(r->ctx, "SREM calls "PB"", STR_R(id));
redisCommandNR(m->conf.redis_write->ctx, "SREM calls "PB"", STR_R(id));
}
}


Loading…
Cancel
Save