You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/03/10 18:47:30 UTC

[commons-daemon] 01/02: Correct function name

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit cbcf5d35cb5f32cf5c9eeb82a7ad1e6f1d537a1b
Author: Administrator <Ad...@win-2022-dev.homeinbox.net>
AuthorDate: Thu Mar 10 17:48:13 2022 +0000

    Correct function name
---
 src/native/windows/include/security.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/windows/include/security.h b/src/native/windows/include/security.h
index 02c7d81..b1b91bd 100644
--- a/src/native/windows/include/security.h
+++ b/src/native/windows/include/security.h
@@ -28,7 +28,7 @@ __APXBEGIN_DECLS
 #define STAT_SYSTEM_WITH_DOMAIN L"NT AUTHORITY\\System"
 
 DWORD
-apxLogGrantFileAccessToUser(
+apxSecurityGrantFileAccessToUser(
     LPCWSTR szPath,
     LPCWSTR szUser);