aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/win32-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/win32-utils.c')
-rw-r--r--wsutil/win32-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/win32-utils.c b/wsutil/win32-utils.c
index 3850868e80..d9f352d9a8 100644
--- a/wsutil/win32-utils.c
+++ b/wsutil/win32-utils.c
@@ -196,7 +196,7 @@ win32strexception(DWORD exception)
static void win32_kill_child_on_exit(HANDLE child_handle) {
static HANDLE cjo_handle = NULL;
if (!cjo_handle) {
- cjo_handle = CreateJobObject(NULL, _T("Local\\Wireshark child process cleanup"));
+ cjo_handle = CreateJobObject(NULL, NULL);
if (!cjo_handle) {
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "Could not create child cleanup job object: %s",