Commit 540673f0 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru Committed by Sergei Golubchik

Fixed comment indentation

parent 221558ef
...@@ -734,7 +734,9 @@ free_acl_role(ACL_ROLE *role) ...@@ -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.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment