Commit 3300e98f authored by antirez's avatar antirez
Browse files

Diskless replica: fix mispelled var name.

parent dfcbeaf1
......@@ -264,7 +264,7 @@ void rioFreeFd(rio *r, sds *remaining) {
*remaining = r->io.fd.buf;
} else {
sdsfree(r->io.fd.buf);
if (out_remainingBufferedData) *remaining = NULL;
if (remaining) *remaining = NULL;
}
r->io.fd.buf = NULL;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment