ACL: move AUTH implementation in acl.c.

This commit is contained in:
antirez
2019-02-25 16:33:36 +01:00
parent 07473feaeb
commit 87594a7470
3 changed files with 47 additions and 46 deletions

View File

@ -2023,7 +2023,7 @@ NULL
}
}
/* HELLO <protocol-version> [AUTH <user> <password>] */
/* HELLO <protocol-version> [AUTH <user> <password>] [SETNAME <name>] */
void helloCommand(client *c) {
long long ver;