From 7283b9b9fe8f70c649f88d7d03ab657a3f391be1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 24 Oct 2009 11:24:39 +0200 Subject: [PATCH] Fix ref to dequeuing_msgs --- bacula/src/wx-console/console_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/wx-console/console_thread.cpp b/bacula/src/wx-console/console_thread.cpp index 0f3c1cd2ef..fd2e5ad0db 100644 --- a/bacula/src/wx-console/console_thread.cpp +++ b/bacula/src/wx-console/console_thread.cpp @@ -375,7 +375,7 @@ void* console_thread::Entry() { memset(&jcr, 0, sizeof(jcr)); - jcr.dequeuing = 1; /* TODO: catch messages */ + jcr.dequeuing_msgs = 1; /* TODO: catch messages */ LockRes(); /* If cons==NULL, default console will be used */ -- 2.39.5