• antirez's avatar
    Fixed dbuf variable scope in luaRedisGenericCommand(). · 751c8698
    antirez authored
    I'm not sure if while the visibility is the inner block, the fact we
    point to 'dbuf' is a problem or not, probably the stack var isx
    guaranteed to live until the function returns. However obvious code is
    better anyway.
    751c8698
scripting.c 40.6 KB