addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
This commit is contained in:
+1
-1
@@ -372,6 +372,6 @@ NULL
|
||||
/* PUBSUB NUMPAT */
|
||||
addReplyLongLong(c,listLength(server.pubsub_patterns));
|
||||
} else {
|
||||
addReplySubSyntaxError(c);
|
||||
addReplySubcommandSyntaxError(c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user