Missing file from merge
This commit is contained in:
parent
03646fe492
commit
0ccceddae0
@ -1402,7 +1402,7 @@ void aclCommand(client *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (int j = 2; j < c->argc; j++) {
|
for (int j = 2; j < c->argc; j++) {
|
||||||
sds username = c->argv[j]->ptr;
|
sds username = ptrFromObj(c->argv[j]);
|
||||||
user *u;
|
user *u;
|
||||||
if (raxRemove(Users,(unsigned char*)username,
|
if (raxRemove(Users,(unsigned char*)username,
|
||||||
sdslen(username),
|
sdslen(username),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user