Commit 62ba2f23 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-27535 remove debug output

parent 8c457dad
......@@ -682,8 +682,7 @@ static int set_directory_permissions(const char *dir, const char *os_user,
if (pNewDACL)
{
verbose("Adjust permissions for user %s, directory %s", os_user, dir);
SetSecurityInfo(hDir,SE_FILE_OBJECT,DACL_SECURITY_INFORMATION,NULL, NULL,
SetSecurityInfo(hDir,SE_FILE_OBJECT,DACL_SECURITY_INFORMATION,NULL, NULL,
pNewDACL, NULL);
}
if (pSD != NULL)
......
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