From 653a27487beed62f2cf1f74c0862985e0124a724 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 14 Nov 2007 09:37:42 +0000 Subject: [PATCH] Fix disk-changer script typos git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5928 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/scripts/disk-changer.in | 4 ++-- bacula/src/dird/ua_server.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bacula/scripts/disk-changer.in b/bacula/scripts/disk-changer.in index 957c303a73..8a901558bc 100644 --- a/bacula/scripts/disk-changer.in +++ b/bacula/scripts/disk-changer.in @@ -12,12 +12,12 @@ # modify it under the terms of version two of the GNU General Public # License as published by the Free Software Foundation, which is # listed in the file LICENSE. -3 +# # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -3 +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA diff --git a/bacula/src/dird/ua_server.c b/bacula/src/dird/ua_server.c index e362baa5a1..2cb78457a8 100644 --- a/bacula/src/dird/ua_server.c +++ b/bacula/src/dird/ua_server.c @@ -146,6 +146,7 @@ static void *handle_UA_client_request(void *arg) } else { do_a_command(ua, ua->cmd); } + dequeue_messages(ua->jcr); if (!ua->quit) { if (console_msg_pending && acl_access_ok(ua, Command_ACL, "messages", 8)) { if (ua->auto_display_messages) { -- 2.39.5