Commit 03f412dd authored by antirez's avatar antirez
Browse files

Merge remote-tracking branch 'origin/unstable' into unstable

parents 5d73073f cddf5946
...@@ -1233,7 +1233,7 @@ int main(int argc, char **argv) { ...@@ -1233,7 +1233,7 @@ int main(int argc, char **argv) {
/* Pipe mode */ /* Pipe mode */
if (config.pipe_mode) { if (config.pipe_mode) {
cliConnect(0); if (cliConnect(0) == REDIS_ERR) exit(1);
pipeMode(); pipeMode();
} }
......
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