mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27535 remove debug output
This commit is contained in:
@ -682,8 +682,7 @@ static int set_directory_permissions(const char *dir, const char *os_user,
|
|||||||
|
|
||||||
if (pNewDACL)
|
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);
|
pNewDACL, NULL);
|
||||||
}
|
}
|
||||||
if (pSD != NULL)
|
if (pSD != NULL)
|
||||||
|
Reference in New Issue
Block a user