Missing file from merge

This commit is contained in:
John Sully 2019-02-22 21:16:50 -05:00
parent 08723fc9d4
commit 131518da62

View File

@ -1402,7 +1402,7 @@ void aclCommand(client *c) {
}
for (int j = 2; j < c->argc; j++) {
sds username = c->argv[j]->ptr;
sds username = ptrFromObj(c->argv[j]);
user *u;
if (raxRemove(Users,(unsigned char*)username,
sdslen(username),