From af235fa17b9f6ba68d7cc5d09d07b7372416c816 Mon Sep 17 00:00:00 2001 From: zeffy Date: Fri, 2 Mar 2018 21:14:26 -0800 Subject: [PATCH] Update callbacks.c --- src/wufuc/callbacks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wufuc/callbacks.c b/src/wufuc/callbacks.c index a701d81..a254294 100644 --- a/src/wufuc/callbacks.c +++ b/src/wufuc/callbacks.c @@ -37,7 +37,6 @@ DWORD WINAPI cb_start(context *ctx) DWORD dwServiceType; wchar_t *str; HMODULE hModule; - DWORD result; // get mutex and unload event handles from virtual memory if ( !ctx ) { @@ -118,7 +117,7 @@ abort_hook: // we use ctx_wait_any_unsafe here because contexts created by // ctx_duplicate_context are not initialized by ctx_create, // and have no critical section to lock, so they are only used to - // hold static values to send to another process. + // hold static handles to send to another process. ctx_wait_any_unsafe(ctx, false); trace(L"Unload condition has been met.");