mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
typo fixed
This commit is contained in:
parent
738469384e
commit
5c9aacb157
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static byte* acl_entry_get_key(acl_entry *entry,uint *length,
|
|||
return (byte*) entry->key;
|
||||
}
|
||||
|
||||
#define IP_ADDR_STRLEN
|
||||
#define IP_ADDR_STRLEN (3+1+3+1+3+1+3)
|
||||
#define ACL_KEY_LENGTH (IP_ADDR_STRLEN+1+NAME_LEN+1+USERNAME_LENGTH+1)
|
||||
|
||||
static DYNAMIC_ARRAY acl_hosts,acl_users,acl_dbs;
|
||||
|
|
Loading…
Reference in a new issue