1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed comment indentation

This commit is contained in:
Vicențiu Ciorbaru
2013-10-17 20:51:01 -07:00
committed by Sergei Golubchik
parent 221558efd5
commit 540673f046

View File

@ -734,7 +734,9 @@ free_acl_role(ACL_ROLE *role)
{ {
delete_dynamic(&(role->role_grants)); delete_dynamic(&(role->role_grants));
delete_dynamic(&(role->parent_grantee)); delete_dynamic(&(role->parent_grantee));
}/* }
/*
Convert scrambled password to binary form, according to scramble type, Convert scrambled password to binary form, according to scramble type,
Binary form is stored in user.salt. Binary form is stored in user.salt.
*/ */