From 7c072f98ddd5cdc06f03e561b76f21814da50710 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 23 Jan 2025 09:41:32 -0600 Subject: [PATCH] refactor event system --- repertory/librepertory/src/drives/winfsp/winfsp_drive.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repertory/librepertory/src/drives/winfsp/winfsp_drive.cpp b/repertory/librepertory/src/drives/winfsp/winfsp_drive.cpp index e952912c..97a2c8f3 100644 --- a/repertory/librepertory/src/drives/winfsp/winfsp_drive.cpp +++ b/repertory/librepertory/src/drives/winfsp/winfsp_drive.cpp @@ -603,6 +603,8 @@ auto winfsp_drive::Init(PVOID host) -> NTSTATUS { } auto winfsp_drive::mount(const std::vector &drive_args) -> int { + REPERTORY_USES_FUNCTION_NAME(); + std::vector parsed_drive_args; auto force_no_console = utils::collection::includes(drive_args, "-nc");