From: Kern Sibbald Date: Sat, 24 Oct 2009 09:24:39 +0000 (+0200) Subject: Fix ref to dequeuing_msgs X-Git-Tag: Release-5.0.0~281^2~56 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7283b9b9fe8f70c649f88d7d03ab657a3f391be1;p=bacula%2Fbacula Fix ref to dequeuing_msgs --- 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 */