]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/read.c
Simplify two messages in acquire.c
[bacula/bacula] / bacula / src / stored / read.c
index 2b020b43ef820e6c81641e233dbef9453781b53c..d59f5418f710e9aa039df1b7b02f5133cf993a4a 100644 (file)
@@ -6,7 +6,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -114,7 +114,7 @@ int do_read_data(JCR *jcr)
     *   matched.
     */
    for ( ;ok && !done; ) {
-      if (job_cancelled(jcr)) {
+      if (job_canceled(jcr)) {
         ok = FALSE;
         break;
       }