]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply fix to previous fix of Copy problem. Fix proposed by reporter of bug #1476
authorKern Sibbald <kern@sibbald.com>
Mon, 15 Feb 2010 20:23:35 +0000 (21:23 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:31 +0000 (16:49 +0200)
bacula/src/dird/migrate.c

index 875386102d90340afdb34e4eb365f0d52dd17eee..fa64f60835458ff7321c54a5f1910639b98f1de6 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2004-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2004-201009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -41,7 +41,6 @@
  *       to do the backup.
  *     When the Storage daemon finishes the job, update the DB.
  *
- *   Version $Id$
  */
 
 #include "bacula.h"
@@ -318,7 +317,7 @@ bool do_migration(JCR *jcr)
    }
    /* Make sure this job was not already migrated */
    if (jcr->previous_jr.JobType != JT_BACKUP &&
-       jcr->previous_jr.JobType != JT_COPY) {
+       jcr->previous_jr.JobType != JT_JOB_COPY) {
       Jmsg(jcr, M_INFO, 0, _("JobId %s already %s probably by another Job. %s stopped.\n"),
          edit_int64(jcr->previous_jr.JobId, ed1),
          jcr->get_ActionName(1),