]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/job.c
- Continue implementing migration.
[bacula/bacula] / bacula / src / dird / job.c
index 6c12e089ce8474104b64138c061bcbb65fc450a1..dfd3b1e1f3632ddc73145eecdff05da14675d1f3 100644 (file)
@@ -7,7 +7,7 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -379,7 +379,6 @@ bool cancel_job(UAContext *ua, JCR *jcr)
       return true;
 
    default:
-
       /* Cancel File daemon */
       if (jcr->file_bsock) {
          ua->jcr->client = jcr->client;