Tracking: BCAST: basic feature now works.

This commit is contained in:
antirez
2020-02-12 19:22:04 +01:00
parent 71f3f3f1af
commit 40194a2a68
3 changed files with 55 additions and 40 deletions

View File

@ -2224,7 +2224,7 @@ NULL
* [PREFIX second] ... */
long long redir = 0;
int bcast = 0;
robj **prefix;
robj **prefix = NULL;
size_t numprefix = 0;
/* Parse the options. */