]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix disk-changer script typos
authorKern Sibbald <kern@sibbald.com>
Wed, 14 Nov 2007 09:37:42 +0000 (09:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 14 Nov 2007 09:37:42 +0000 (09:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5928 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/disk-changer.in
bacula/src/dird/ua_server.c

index 957c303a73e37448b282949f40c80e52ce8ca162..8a901558bc57c8b2a06dda35df87f66b8bc0ba44 100644 (file)
 #  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
index e362baa5a126b68d48878bd9645837bdb82a6d17..2cb78457a8d61be3d87412acfe341ca553c75b92 100644 (file)
@@ -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) {